Commits


0.4.1 release.


Making st compile on OpenBSD again.


Selection now handles empty lines less counter-intuitively. Now, when you are selecting a region, you will get all empty lines that happen to be in it, including trailing ones. Last line terminator is omitted as it previously was, though. Signed-off-by: Christoph Lohmann <20h@r-36.net>


Removing trailing whitespace.


Got rid of redundant Glyph state. Now, newly allocated Glyphs are set to spaces and current cursor colors with tclearregion() routine. Signed-off-by: Christoph Lohmann <20h@r-36.net>


Removing unneeded comments.


Got rid of code duplication in tnew() and tresize(). Signed-off-by: Christoph Lohmann <20h@r-36.net>


Strip trailing spaces from lines when copying selection. Signed-off-by: Christoph Lohmann <20h@r-36.net>


Enable BCE everywhere.


Fix the geometry handling.


\033 should be used in printf in the FAQ. Never apply patches of Apple users without shouting at them. The basic rule of nature is that when you apply Appl users patches without shouting at them that something will go horribly wrong.


Resize now uses xclear().


Drawing a more visible rectangle as cursor on unfocus. To have a more visible cursor on unfocused windows this patch makes st draw a rectangle around the terminal cell. Thanks Mark Hills <mark@xwax.org> for the suggestion!


Patching while not really woken up.


Minor naming issue fixed.


Making the copy and pasting consistent. The copying and pasting in the terminald and GUI world is flawed. Due to the discussion on the mailinglist it seems that sending '\n' is what GUIs expect and '\r' what terminal applications want. St now implements that behaviour.


Convert FAQ into Markdown, to make it easier to integrate it into http://st.suckless.org/ Signed-off-by: Christoph Lohmann <20h@r-36.net>


Make st work with a plain -e command.


Adopting arg.h with more flexible cmd handling.


Add an option to disable alternative screens.


Updating the TODO file for after 0.4.


Releasing 0.4.


Add the possibility to have default highlight colors. Thanks to stargrave@stargrave.org for the suggestion!


Adding PgUp + Ctrl. Thanks stargrave@stargrave.org!


Adding PgUp and PgDown + Ctrl to config.def.h Thanks stargrave@stargrave.org!