commit 6e79e8357ed1987a7f7a52cc06249aadef478041 [browse]
Author: Christoph Lohmann
Date: 2016-08-11 16:25:58 +02:00

0.7 release

commit 6e79e8357ed1987a7f7a52cc06249aadef478041 [browse]
Author: Christoph Lohmann
Date: 2016-07-20 13:56:15 +02:00

Change who's expanding tabs.

commit 6e79e8357ed1987a7f7a52cc06249aadef478041 [browse]
Author: Christoph Lohmann
Date: 2016-07-20 13:52:31 +02:00

Add some hint to have the pseudo terminal in the right mode.

If you don't make sure that the terminal does not expand tabs to spaces, of
course such a setting won't work.

commit 6e79e8357ed1987a7f7a52cc06249aadef478041 [browse]
Author: Christoph Lohmann
Date: 2016-07-20 13:00:43 +02:00

Add comment about tabspaces.

st.info needs to be changed too, when tabspaces are changed.

commit 6e79e8357ed1987a7f7a52cc06249aadef478041 [browse]
Author: Alive 4ever
Date: 2016-07-10 06:38:04 Z

Consistent Alt+BackSpace behavior

The default config specifies BackSpace as "\177". The default behavior
should persist across modifier keys, commonly Mod1 (Alt or Meta) which
is widely used to delete a word on readline and text editors, notably
Emacs.

This will make Alt+BackSpace behaves as expected, i.e. sends "\033\177"
instead of "\033\010" as previous default behavior.

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

clone the repository to get more history