Commit Briefs

a3a5b8e15e Christoph Lohmann

Releasing 0.4. (tags/0.4)


7e7760c2ed Christoph Lohmann

Add the possibility to have default highlight colors.

Thanks to stargrave@stargrave.org for the suggestion!


adde5c6d9d Christoph Lohmann

Adding PgUp + Ctrl.

Thanks stargrave@stargrave.org!


f876810626 Christoph Lohmann

Adding PgUp and PgDown + Ctrl to config.def.h

Thanks stargrave@stargrave.org!


a1e3b94b37 Christoph Lohmann

Removing an undefined case. just do regular selections.


4b17dddb10 Christoph Lohmann

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.


55adf0aad1 Christoph Lohmann

Pange seems to use ascent + descent instead of height.

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


82494f248d Christoph Lohmann

Making st compile on OS X.


c6b89f23e7 Christoph Lohmann

Using strsep and fixing null termination in csiparse.

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



1aa26b4ecd Christoph Lohmann

Fixing a bug while parsing empty arguments in csiparse.


7d32471eff Christoph Lohmann

Fixing bugs in the strtol and strtok_r replacements.

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


7cb0d95509 Christoph Lohmann

Using strtok_r for the string parsing.


37863356b0 Christoph Lohmann

Using strtol with overflow checking.


be7c6d7fb0 Christoph Lohmann

Add insert for the primary clipboard to MOD + Shift + Ins.

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


e40d8da194 Christoph Lohmann

Removing dbe and introducing umlauts to titles.

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


efaf1c2a94 Christoph Lohmann

Add umlaut support for title change.

Thanks Alexander Sedov <alex0player@gmail.com>!


1b6c6535c1 Christoph Lohmann

Replace parse_int with atoi().


800800a3bb Christoph Lohmann

Added basic xterm-ish palette swap support.

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


3865e9eaaf Christoph Lohmann

Implement rectangular mouse selection.

Thanks Alexander Sedov <alex0player@gmail.com>!


e5295629cd Christoph Lohmann

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>


0e738c3d72 Christoph Lohmann

Style inquisition.


7f297e297c Christoph Lohmann

Fixing the reverse mode of st colors.

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


f4a6c20f46 Christoph Lohmann

Adding a way to ignore bits in the state.


e0ec2cf984 Christoph Lohmann

Style inquisition.