diff options
author | Timo Sirainen <cras@irssi.org> | 2001-08-07 12:41:10 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2001-08-07 12:41:10 +0000 |
commit | 45bb5c3ceed83ef937a373413ac7921b6b050682 (patch) | |
tree | 9d45cf174d1cb47ca88db1ed5c73d9b973e3a052 /src/fe-text/Makefile.am | |
parent | 58f52343fdda263e54afeafea6aaf11945b5deca (diff) | |
download | irssi-45bb5c3ceed83ef937a373413ac7921b6b050682.zip |
Restoring layout for split windows works betters now. Some sticky window
changes/fixes. Renamed /WINDOW MOVE LEFT|RIGHT -> PREV|NEXT, added commands
/WINDOW MOVE UP|DOWN|LEFT|RIGHT. The new LEFT|RIGHT now moves the window
only inside split windows. mainwindows-save.c -> mainwindows-layout.c
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1710 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/fe-text/Makefile.am')
-rw-r--r-- | src/fe-text/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fe-text/Makefile.am b/src/fe-text/Makefile.am index b3c43d48..ed261a3e 100644 --- a/src/fe-text/Makefile.am +++ b/src/fe-text/Makefile.am @@ -32,7 +32,7 @@ irssi_SOURCES = \ lastlog.c \ mainwindows.c \ mainwindow-activity.c \ - mainwindows-save.c \ + mainwindows-layout.c \ screen.c \ statusbar.c \ statusbar-items.c \ |