Wed, 04 Apr 2007 22:43:47 +0200 Remove old (already commented) code
Mikael Berthe <mikael@lilotux.net> [Wed, 04 Apr 2007 22:43:47 +0200] rev 1178
Remove old (already commented) code
Wed, 04 Apr 2007 22:34:00 +0200 Refactor readline_accept_line() and readline_accept_line_down_hist()
Mikael Berthe <mikael@lilotux.net> [Wed, 04 Apr 2007 22:34:00 +0200] rev 1177
Refactor readline_accept_line() and readline_accept_line_down_hist() Add a parameter to readline_accept_line() for "down history".
Wed, 04 Apr 2007 22:03:49 +0200 Move init_bindings() to screen.c, with a few updates
Mikael Berthe <mikael@lilotux.net> [Wed, 04 Apr 2007 22:03:49 +0200] rev 1176
Move init_bindings() to screen.c, with a few updates - Move the function init_bindings() to screen.c scr_init_bindings() - Get rid of the malloc/free - Add two key bindings: Meta-a, Meta-b - Put the comments on the same line when it is possible, in order to save some space.
Tue, 03 Apr 2007 20:33:28 +0200 Update contributors
Mikael Berthe <mikael@lilotux.net> [Tue, 03 Apr 2007 20:33:28 +0200] rev 1175
Update contributors
Tue, 03 Apr 2007 20:31:35 +0200 Update help files (EN, RU) (Lego12239)
Mikael Berthe <mikael@lilotux.net> [Tue, 03 Apr 2007 20:31:35 +0200] rev 1174
Update help files (EN, RU) (Lego12239)
Tue, 03 Apr 2007 20:30:34 +0200 Add init_bindings() for default key bindings (Lego12239)
Mikael Berthe <mikael@lilotux.net> [Tue, 03 Apr 2007 20:30:34 +0200] rev 1173
Add init_bindings() for default key bindings (Lego12239)
Tue, 03 Apr 2007 20:30:28 +0200 Add some more iline functions (Lego12239)
Mikael Berthe <mikael@lilotux.net> [Tue, 03 Apr 2007 20:30:28 +0200] rev 1172
Add some more iline functions (Lego12239)
Wed, 14 Mar 2007 21:33:17 +0100 Add a collection of commands for key bindings (Lego12239)
Mikael Berthe <mikael@lilotux.net> [Wed, 14 Mar 2007 21:33:17 +0100] rev 1171
Add a collection of commands for key bindings (Lego12239) This patch gives more flexibility to customize the key bindings, by adding a /iline command.
Mon, 26 Feb 2007 21:13:54 +0100 Add some keycodes
Mikael Berthe <mikael@lilotux.net> [Mon, 26 Feb 2007 21:13:54 +0100] rev 1170
Add some keycodes
Thu, 22 Feb 2007 22:36:23 +0100 Change -O2 flag as suggested by Myhailo
Mikael Berthe <mikael@lilotux.net> [Thu, 22 Feb 2007 22:36:23 +0100] rev 1169
Change -O2 flag as suggested by Myhailo According to Myhailo, using CFLAGS="$CFLAGS -O2" prevents user from specifying his own optimization flags, gcc uses last specified -O. Let's use CFLAGS="-O2 $CFLAGS".
(0) -1000 -300 -100 -10 +10 +100 +300 +1000 tip