JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
st.git
11 years agoAdopting arg.h with more flexible cmd handling.
Christoph Lohmann [Wed, 3 Apr 2013 19:00:38 +0000 (21:00 +0200)]
Adopting arg.h with more flexible cmd handling.

11 years agoAdd an option to disable alternative screens.
Christoph Lohmann [Wed, 3 Apr 2013 18:42:27 +0000 (20:42 +0200)]
Add an option to disable alternative screens.

11 years agoUpdating the TODO file for after 0.4.
Christoph Lohmann [Fri, 29 Mar 2013 18:44:37 +0000 (19:44 +0100)]
Updating the TODO file for after 0.4.

11 years agoReleasing 0.4.
Christoph Lohmann [Fri, 29 Mar 2013 18:13:26 +0000 (19:13 +0100)]
Releasing 0.4.

11 years agoAdd the possibility to have default highlight colors.
Christoph Lohmann [Fri, 29 Mar 2013 18:01:24 +0000 (19:01 +0100)]
Add the possibility to have default highlight colors.

Thanks to stargrave@stargrave.org for the suggestion!

11 years agoAdding PgUp + Ctrl.
Christoph Lohmann [Fri, 29 Mar 2013 17:45:09 +0000 (18:45 +0100)]
Adding PgUp + Ctrl.

Thanks stargrave@stargrave.org!

11 years agoAdding PgUp and PgDown + Ctrl to config.def.h
Christoph Lohmann [Fri, 29 Mar 2013 17:43:32 +0000 (18:43 +0100)]
Adding PgUp and PgDown + Ctrl to config.def.h

Thanks stargrave@stargrave.org!

11 years agoRemoving an undefined case. just do regular selections.
Christoph Lohmann [Fri, 29 Mar 2013 17:39:01 +0000 (18:39 +0100)]
Removing an undefined case. just do regular selections.

11 years agoMaking rectangular selection work again.
Christoph Lohmann [Wed, 20 Mar 2013 20:19:28 +0000 (21:19 +0100)]
Making rectangular selection work again.

People sending me patches against strange revisions and basing on their own
revisions make me having to reapply them. Then such errors appear.

Thanks Alexander Sedov <alex0player@gmail.com> for noticing this.

11 years agoPange seems to use ascent + descent instead of height.
Christoph Lohmann [Sun, 10 Mar 2013 20:16:51 +0000 (21:16 +0100)]
Pange seems to use ascent + descent instead of height.

Thanks Bobby Powers <bobbypowers@gmail.com> for noticing this!

11 years agoMaking st compile on OS X.
Christoph Lohmann [Tue, 5 Mar 2013 21:12:11 +0000 (22:12 +0100)]
Making st compile on OS X.

11 years agoUsing strsep and fixing null termination in csiparse.
Christoph Lohmann [Tue, 26 Feb 2013 20:43:40 +0000 (21:43 +0100)]
Using strsep and fixing null termination in csiparse.

Thanks for the hint from Alexander Sedov <alex0player@gmail.com>!

11 years agoChanging the way how paste is handled, just for the nano people.
Christoph Lohmann [Tue, 26 Feb 2013 18:08:51 +0000 (19:08 +0100)]
Changing the way how paste is handled, just for the nano people.

11 years agoFixing a bug while parsing empty arguments in csiparse.
Christoph Lohmann [Tue, 26 Feb 2013 18:07:23 +0000 (19:07 +0100)]
Fixing a bug while parsing empty arguments in csiparse.

11 years agoFixing bugs in the strtol and strtok_r replacements.
Christoph Lohmann [Tue, 26 Feb 2013 17:19:44 +0000 (18:19 +0100)]
Fixing bugs in the strtol and strtok_r replacements.

Thanks "Roberto E. Vargas Caballero" <k0ga@shike2.com> for the comments!

11 years agoUsing strtok_r for the string parsing.
Christoph Lohmann [Mon, 25 Feb 2013 12:36:40 +0000 (13:36 +0100)]
Using strtok_r for the string parsing.

11 years agoUsing strtol with overflow checking.
Christoph Lohmann [Mon, 25 Feb 2013 12:23:56 +0000 (13:23 +0100)]
Using strtol with overflow checking.

11 years agoAdd insert for the primary clipboard to MOD + Shift + Ins.
Christoph Lohmann [Sat, 23 Feb 2013 20:50:13 +0000 (21:50 +0100)]
Add insert for the primary clipboard to MOD + Shift + Ins.

Thanks Mantas Mikulėnas <grawity@gmail.com> for the patch!

11 years agoRemoving dbe and introducing umlauts to titles.
Christoph Lohmann [Sat, 23 Feb 2013 20:44:06 +0000 (21:44 +0100)]
Removing dbe and introducing umlauts to titles.

Thanks Alexander Sedov <alex0player@gmail.com> for the title patch!

11 years agoAdd umlaut support for title change.
Christoph Lohmann [Sat, 23 Feb 2013 20:20:21 +0000 (21:20 +0100)]
Add umlaut support for title change.

Thanks Alexander Sedov <alex0player@gmail.com>!

11 years agoReplace parse_int with atoi().
Christoph Lohmann [Sat, 23 Feb 2013 20:17:25 +0000 (21:17 +0100)]
Replace parse_int with atoi().

11 years agoAdded basic xterm-ish palette swap support.
Alexander Sedov [Tue, 19 Feb 2013 17:39:13 +0000 (21:39 +0400)]
Added basic xterm-ish palette swap support.

Signed-off-by: Christoph Lohmann <20h@r-36.net>

11 years agoImplement rectangular mouse selection.
Christoph Lohmann [Tue, 19 Feb 2013 18:08:41 +0000 (19:08 +0100)]
Implement rectangular mouse selection.

Thanks Alexander Sedov <alex0player@gmail.com>!

11 years agoensure that the italic font has the same weight as the normal font
joe9 [Mon, 18 Feb 2013 17:31:29 +0000 (12:31 -0500)]
ensure that the italic font has the same weight as the normal font

The specified font[] pattern need not have a medium weight. It could be
specified as a number too or have a different weight other than medium.

Signed-off-by: Christoph Lohmann <20h@r-36.net>

11 years agoStyle inquisition.
Christoph Lohmann [Tue, 19 Feb 2013 15:04:54 +0000 (16:04 +0100)]
Style inquisition.

11 years agoFixing the reverse mode of st colors.
Christoph Lohmann [Tue, 19 Feb 2013 14:51:25 +0000 (15:51 +0100)]
Fixing the reverse mode of st colors.

Thanks Alexander Sedov <alex0player@gmail.com> for finding this!

11 years agoAdding a way to ignore bits in the state.
Christoph Lohmann [Sat, 16 Feb 2013 12:57:12 +0000 (13:57 +0100)]
Adding a way to ignore bits in the state.

11 years agoStyle inquisition.
Christoph Lohmann [Fri, 15 Feb 2013 18:36:20 +0000 (19:36 +0100)]
Style inquisition.

11 years agoThe refresh rate for the action needs to be high too.
Christoph Lohmann [Fri, 15 Feb 2013 18:34:53 +0000 (19:34 +0100)]
The refresh rate for the action needs to be high too.

11 years agoChanging the fps to something reasonable high.
Christoph Lohmann [Fri, 15 Feb 2013 18:32:37 +0000 (19:32 +0100)]
Changing the fps to something reasonable high.

11 years agoDoing it like the new run() was proposed.
Christoph Lohmann [Fri, 15 Feb 2013 18:30:43 +0000 (19:30 +0100)]
Doing it like the new run() was proposed.

11 years agoAdding a more efficient drawing code.
Christoph Lohmann [Fri, 15 Feb 2013 18:10:22 +0000 (19:10 +0100)]
Adding a more efficient drawing code.

Thanks Mihail Zenkov <mihail.zenkov@gmail.com> for giving the hint!

11 years agoTmux wants this to be mutually exclusive.
Christoph Lohmann [Fri, 15 Feb 2013 16:45:38 +0000 (17:45 +0100)]
Tmux wants this to be mutually exclusive.

Thanks Egmont Koblinger <egmont@gmail.com> for noticing this!

11 years agoAdding mor explict font patterns.
Christoph Lohmann [Wed, 13 Feb 2013 20:35:27 +0000 (21:35 +0100)]
Adding mor explict font patterns.

11 years agoMaking st not activate the cursor in case of Mod + k in dwm.
Christoph Lohmann [Mon, 11 Feb 2013 21:20:16 +0000 (22:20 +0100)]
Making st not activate the cursor in case of Mod + k in dwm.

Thanks Jens Nyberg <jens.nyberg@gmail.com>!

11 years agoSetting the surrounding border to defaultbg.
Christoph Lohmann [Sun, 10 Feb 2013 15:36:03 +0000 (16:36 +0100)]
Setting the surrounding border to defaultbg.

Thanks Stephen Caraher <moskvax@gmail.com>!

11 years agoRemoving some debug messages.
Christoph Lohmann [Fri, 8 Feb 2013 19:24:26 +0000 (20:24 +0100)]
Removing some debug messages.

11 years agoFixing the menus in mc.
Christoph Lohmann [Sun, 27 Jan 2013 16:48:01 +0000 (17:48 +0100)]
Fixing the menus in mc.

11 years agoFixing the black remaining lines in mc and dialog.
Christoph Lohmann [Sun, 27 Jan 2013 12:26:06 +0000 (13:26 +0100)]
Fixing the black remaining lines in mc and dialog.

This also applies some style fixes and handles some old blink codes.

11 years agoAdding extended mouse reporting in st.
Christoph Lohmann [Sat, 26 Jan 2013 14:13:56 +0000 (15:13 +0100)]
Adding extended mouse reporting in st.

Thanks Egmont Koblinger <egmont@gmail.com>!

11 years agoRemoving the debug messages again.
Christoph Lohmann [Sun, 20 Jan 2013 16:13:48 +0000 (17:13 +0100)]
Removing the debug messages again.

11 years agoFixing the clipboard copying to st itself.
Christoph Lohmann [Sun, 20 Jan 2013 16:12:41 +0000 (17:12 +0100)]
Fixing the clipboard copying to st itself.

11 years agoSt is in 2013 now.
Christoph Lohmann [Sun, 20 Jan 2013 14:12:45 +0000 (15:12 +0100)]
St is in 2013 now.

11 years agoRemoving BCE from the TODO list.
Christoph Lohmann [Sun, 20 Jan 2013 13:55:08 +0000 (14:55 +0100)]
Removing BCE from the TODO list.

11 years agoImplementing Back Color Erase (BCE).
Christoph Lohmann [Sun, 20 Jan 2013 13:54:35 +0000 (14:54 +0100)]
Implementing Back Color Erase (BCE).

11 years agoMake line drawing work again.
Christoph Lohmann [Sat, 19 Jan 2013 17:38:28 +0000 (18:38 +0100)]
Make line drawing work again.

11 years agoYes, xft should be on the buffer. Thanks Mihail Zenkov.
Christoph Lohmann [Sat, 19 Jan 2013 14:49:34 +0000 (15:49 +0100)]
Yes, xft should be on the buffer. Thanks Mihail Zenkov.

11 years agoTrying out the double buffering without dbe.
Christoph Lohmann [Sat, 19 Jan 2013 14:00:16 +0000 (15:00 +0100)]
Trying out the double buffering without dbe.

11 years agoDbe is not required anymore.
Christoph Lohmann [Sat, 19 Jan 2013 08:13:52 +0000 (09:13 +0100)]
Dbe is not required anymore.

11 years agoAdding the FAQ entry for zsh.
Christoph Lohmann [Fri, 18 Jan 2013 18:22:11 +0000 (19:22 +0100)]
Adding the FAQ entry for zsh.

Thanks Roberto E. Vargas Caballero! You were committing this patch against the
wrong version of the FAQ, so I had to rewrite it.

11 years agoThe title can now be set with UTF-8 characters.
Christoph Lohmann [Fri, 18 Jan 2013 18:11:25 +0000 (19:11 +0100)]
The title can now be set with UTF-8 characters.

Thanks Mihail Zenkov <mihail.zenkov@gmail.com>!

11 years agoAdding a nasty resize bug. Maybe it can be fixed.
Christoph Lohmann [Wed, 16 Jan 2013 17:53:32 +0000 (18:53 +0100)]
Adding a nasty resize bug. Maybe it can be fixed.

11 years agoRemoving the .hgtags file. Thanks ilf.
Christoph Lohmann [Wed, 9 Jan 2013 16:36:59 +0000 (17:36 +0100)]
Removing the .hgtags file. Thanks ilf.

11 years agoStandout mode has changed. Thanks p37sitdu@lavabit.com!
Christoph Lohmann [Tue, 8 Jan 2013 19:36:49 +0000 (20:36 +0100)]
Standout mode has changed. Thanks p37sitdu@lavabit.com!

11 years agoA different double buffering strategy so the background is default set.
Christoph Lohmann [Tue, 8 Jan 2013 19:09:33 +0000 (20:09 +0100)]
A different double buffering strategy so the background is default set.

11 years agoStandout is now reverse. This makes bsd-games work in st.
Christoph Lohmann [Tue, 8 Jan 2013 18:46:28 +0000 (19:46 +0100)]
Standout is now reverse. This makes bsd-games work in st.

11 years agoAdding an FAQ entry for the keypad handling.
Christoph Lohmann [Mon, 7 Jan 2013 18:53:41 +0000 (19:53 +0100)]
Adding an FAQ entry for the keypad handling.

Thanks "Roberto E. Vargas Caballero" <k0ga@shike2.com>!

11 years agoSynchronizing the FAQ of the website and the repository.
Christoph Lohmann [Sun, 6 Jan 2013 08:52:03 +0000 (09:52 +0100)]
Synchronizing the FAQ of the website and the repository.

11 years agoDamn, my fault. The cache should have at least some entries.
Christoph Lohmann [Sat, 5 Jan 2013 19:56:58 +0000 (20:56 +0100)]
Damn, my fault. The cache should have at least some entries.

11 years agoApplying the changes to the docs; by Peter Hartman.
Christoph Lohmann [Sat, 5 Jan 2013 19:30:25 +0000 (20:30 +0100)]
Applying the changes to the docs; by Peter Hartman.

11 years agoMaking the fontconfig and freetype paths portable in config.mk.
Christoph Lohmann [Fri, 4 Jan 2013 19:52:22 +0000 (20:52 +0100)]
Making the fontconfig and freetype paths portable in config.mk.

11 years agoA fix for the XopenIM() errors.
Christoph Lohmann [Tue, 1 Jan 2013 12:15:43 +0000 (13:15 +0100)]
A fix for the XopenIM() errors.

11 years agoIncreasing font cache for speeding up UTF8 demos.
Christoph Lohmann [Sun, 30 Dec 2012 16:35:41 +0000 (17:35 +0100)]
Increasing font cache for speeding up UTF8 demos.

11 years agoRemoving the warning about extents.
Christoph Lohmann [Sun, 30 Dec 2012 16:35:15 +0000 (17:35 +0100)]
Removing the warning about extents.

11 years agoFixing the font unloading in case of zoom.
Christoph Lohmann [Sat, 29 Dec 2012 15:24:33 +0000 (16:24 +0100)]
Fixing the font unloading in case of zoom.

11 years agoSpeeding up the drawing, then all characters are known.
Christoph Lohmann [Sat, 29 Dec 2012 14:03:03 +0000 (15:03 +0100)]
Speeding up the drawing, then all characters are known.

11 years agoAdding fallback support to st.
Christoph Lohmann [Fri, 28 Dec 2012 22:52:04 +0000 (23:52 +0100)]
Adding fallback support to st.

11 years agoFixing a compile error.
Christoph Lohmann [Sat, 22 Dec 2012 18:50:02 +0000 (19:50 +0100)]
Fixing a compile error.

11 years agoFixing a off-by-one error in the penultimate row drawing.
Christoph Lohmann [Sat, 22 Dec 2012 12:39:27 +0000 (13:39 +0100)]
Fixing a off-by-one error in the penultimate row drawing.

11 years agoFixing a precedence problem. Thanks tridactyla!
Christoph Lohmann [Tue, 18 Dec 2012 12:00:00 +0000 (13:00 +0100)]
Fixing a precedence problem. Thanks tridactyla!

11 years agoChecking for the lower X11 special keys too. Thanks Benjamin R. Haskell!
Christoph Lohmann [Thu, 13 Dec 2012 19:57:15 +0000 (20:57 +0100)]
Checking for the lower X11 special keys too. Thanks Benjamin R. Haskell!

11 years agoAdding error checks for XCreateIC and XOpenIM.
Christoph Lohmann [Tue, 11 Dec 2012 07:32:08 +0000 (08:32 +0100)]
Adding error checks for XCreateIC and XOpenIM.

11 years agoBe careful about mar77i's patches.
Christoph Lohmann [Mon, 10 Dec 2012 22:02:58 +0000 (23:02 +0100)]
Be careful about mar77i's patches.

11 years agoFixing the nasty selection bug. Thanks p37sitdu@lavabit.com!
Christoph Lohmann [Mon, 10 Dec 2012 19:45:46 +0000 (20:45 +0100)]
Fixing the nasty selection bug. Thanks p37sitdu@lavabit.com!

11 years agoApplying the patch of mar771 right.
Christoph Lohmann [Mon, 10 Dec 2012 14:02:32 +0000 (15:02 +0100)]
Applying the patch of mar771 right.

11 years agoApplying the change of the Del key assingment. Thanks Martti Kühne!
Christoph Lohmann [Sun, 9 Dec 2012 20:39:02 +0000 (21:39 +0100)]
Applying the change of the Del key assingment. Thanks Martti Kühne!

11 years agoAdd support for End key
Roberto E. Vargas Caballero [Sun, 25 Nov 2012 21:13:29 +0000 (22:13 +0100)]
Add support for End key

    - Shift + End : Delete until end of line.
    - Control + End : Delete until end of screen.

When  the End  key is  pressed  without any  modifier is  not generated  the
correct sequence for it  (going to the end of the  screen), because the size
of the  terminal is not known,  so it is  not possible write a  sequence for
this purpouse.
---
 config.def.h |   10 ++++++++--
 st.info      |    2 ++
 2 files changed, 10 insertions(+), 2 deletions(-)

11 years agoAdd support for Supr key
Roberto E. Vargas Caballero [Sun, 25 Nov 2012 21:13:24 +0000 (22:13 +0100)]
Add support for Supr key

    Del : Delete character under cursor.
    Shift + Del : Delete the line under cursor.
    Ctrl + Del: Delete the full screen.
---
 config.def.h |   16 ++++++++++++----
 st.info      |    2 ++
 2 files changed, 14 insertions(+), 4 deletions(-)

11 years agoAdd support for insert key
Roberto E. Vargas Caballero [Sun, 25 Nov 2012 21:13:19 +0000 (22:13 +0100)]
Add support for insert key

Insert key stands for a key which allows enter or leaves insert mode, so let
it generates the correct sequence to change between these modes:

   - Insert: Enter in insert mode.
   - Shift + Insert: Leave insert mode (replace mode).
   - Control + Insert: Insert a blank line.

Like Shift + Insert also paste text, if a user want this feature be full
functional he has to modify such shortcut.
---
 config.def.h |   16 ++++++++++++----
 st.info      |    3 +++
 2 files changed, 15 insertions(+), 4 deletions(-)

11 years agoFix value of ka1 terminfo capability
Roberto E. Vargas Caballero [Sun, 25 Nov 2012 21:13:13 +0000 (22:13 +0100)]
Fix value of ka1 terminfo capability

ka1 stands for upper left of keypad, so the correct value is the one
generated by Home in application keypad mode.
---
 st.info |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

11 years agoAdd a notice in the config.def.h file how to obtain the syntax for
Christoph Lohmann [Sun, 25 Nov 2012 14:59:16 +0000 (15:59 +0100)]
Add a notice in the config.def.h file how to obtain the syntax for

xft/fontcache.

11 years agoThe style inquisition was here.
Christoph Lohmann [Sun, 25 Nov 2012 08:23:34 +0000 (09:23 +0100)]
The style inquisition was here.

11 years agoAdd key for toogling numlock handling
Roberto E. Vargas Caballero [Sun, 25 Nov 2012 08:23:02 +0000 (09:23 +0100)]
Add key for toogling numlock handling

Keypad will generate keycodes when keypad application mode is enabled. It
can cause problems with some programs like vi, which operates in such
mode.

This patch change by default don't generate the keycodes never, but this
behaviour can be changed using the combination Alt + NumLock.
---
 config.def.h |   34 ++++++++++++++++++----------------
 st.c         |   17 +++++++++++++++--
 2 files changed, 33 insertions(+), 18 deletions(-)

11 years agoFixing the calculation of the base tty pixel size.
Christoph Lohmann [Wed, 21 Nov 2012 19:38:15 +0000 (20:38 +0100)]
Fixing the calculation of the base tty pixel size.

11 years agoRestoring the Alt + Backspace functionality. Thanks Brandon Invergo!
Christoph Lohmann [Mon, 19 Nov 2012 16:22:32 +0000 (17:22 +0100)]
Restoring the Alt + Backspace functionality. Thanks Brandon Invergo!

11 years agoAdd application cursor sequences for Home
Roberto E. Vargas Caballero [Fri, 16 Nov 2012 10:32:17 +0000 (11:32 +0100)]
Add application cursor sequences for Home

The commit 'Fixing some key issues with mc' fix the problem where mc didn't
recognize home key because the generated code and the terminfo entry were
different (terminfo khome = \E[1~ but generates \033[H).

Home key in ansi mode should generate the sequence CUP (\033[H) to 0,0 (home
position), but it is also interesting generate a application code which
identifies the key. Real vt520 only generates the ansi sequence CUP, linux
console generates only the application code \033[1~, xterm generates CUP in
ansi mode and \033OH in cursor application mode, rxvt only generates the
application code \033[7~.

This patch sets CUP in ansi mode and \033[1~ in cursor application mode, so
it can be used in both modes and the application mode value is similar to
near values (insert = \033[2~, Prior = \033[5~, Next = \033[6~, End =
\033[4~, Supr = \033[3).
---
 config.def.h |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

11 years agoFixing some key issues with mc. Thanks nsz!
Christoph Lohmann [Fri, 16 Nov 2012 04:43:00 +0000 (05:43 +0100)]
Fixing some key issues with mc. Thanks nsz!

11 years agoGetbuttoninfo is always used the same and just a helper function. Shrinking it
Christoph Lohmann [Thu, 15 Nov 2012 20:42:58 +0000 (21:42 +0100)]
Getbuttoninfo is always used the same and just a helper function. Shrinking it

a bit. Thanks nsz!

11 years agoFix speech error in comment
Roberto E. Vargas Caballero [Thu, 15 Nov 2012 19:57:37 +0000 (20:57 +0100)]
Fix speech error in comment

---
 st.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

11 years agoRemove unused fields in cursor_movement
Roberto E. Vargas Caballero [Thu, 15 Nov 2012 19:57:33 +0000 (20:57 +0100)]
Remove unused fields in cursor_movement

---
 st.c |    4 ----
 1 file changed, 4 deletions(-)

11 years agoRemoving my debug fprintf().
Christoph Lohmann [Thu, 15 Nov 2012 19:25:16 +0000 (20:25 +0100)]
Removing my debug fprintf().

11 years agoOptimizing the key lookup to the X11 function key. It is still possible to
Christoph Lohmann [Thu, 15 Nov 2012 19:19:35 +0000 (20:19 +0100)]
Optimizing the key lookup to the X11 function key. It is still possible to

remap other keys.

11 years agoMaking all function keys accessible.
Christoph Lohmann [Thu, 15 Nov 2012 19:03:18 +0000 (20:03 +0100)]
Making all function keys accessible.

11 years agoAdding support for XK_F35.
Christoph Lohmann [Thu, 15 Nov 2012 19:00:46 +0000 (20:00 +0100)]
Adding support for XK_F35.

11 years agoFix Shift + Insert shortcut
Roberto E. Vargas Caballero [Thu, 15 Nov 2012 18:01:16 +0000 (19:01 +0100)]
Fix Shift + Insert shortcut

This patch apply the same code for shortcuts that it is used now for defined
keys. So it is possible use now XK_NO_MOD and XK_ANY_MOD for defining shortcuts.
---
 st.c |   35 ++++++++++++++++++++---------------
 1 file changed, 20 insertions(+), 15 deletions(-)

11 years agoChanging the TODO to the current state.
Christoph Lohmann [Thu, 15 Nov 2012 15:36:48 +0000 (16:36 +0100)]
Changing the TODO to the current state.

11 years agoFixing the return and keypad enter sent characters. Terminals produce \r. And
Christoph Lohmann [Thu, 15 Nov 2012 15:26:50 +0000 (16:26 +0100)]
Fixing the return and keypad enter sent characters. Terminals produce \r. And

some minor style changes.

11 years agoImport the patch of Eckehard Berns to add insert mode. Thanks!
Christoph Lohmann [Thu, 15 Nov 2012 15:21:23 +0000 (16:21 +0100)]
Import the patch of Eckehard Berns to add insert mode. Thanks!

11 years agoThe crlf mode was reversed.
Christoph Lohmann [Thu, 15 Nov 2012 14:57:01 +0000 (15:57 +0100)]
The crlf mode was reversed.

11 years agoFixing Return in non-crlf mode.
Christoph Lohmann [Thu, 15 Nov 2012 14:54:34 +0000 (15:54 +0100)]
Fixing Return in non-crlf mode.