Commits


cosmetic, whitespace, etc.


fix PRINT/DRAW _TIMEOUT and fix redrawing bug.


copy dirty lines to screen, add select() timeout & min time between draw() calls. * add a timeout value (SELECT_TIMEOUT) of 20ms in the select() call * wait at least 20ms (DRAW_TIMEOUT) between draw() calls * only copy dirty lines from the buffer to the screen what draw() does: * clears dirty lines in the buffer * draws the longest same-attributes string of each dirty line to the buffer with multiple xdraws() call * copies the current dirty line from buffer to the screen with a single xcopy() call this changeset makes st run ~10x faster.


fix segfault in selection. (thx Martti Kühne)


merge.


fix selection. (thx Tarmo Heiskanen)


drawregion() only copies region on screen.


add dirty flag for lines


no palette limit (thx Nick)


simplify version format.


selection is removed or scrolled properly. (thx Rafa Garcia Gallego)


working on old repo, merging recent changesets.


move xembedatom in XWindow struct, add link to xembed specs.


change "op" cap in terminfo entry to xterm/rxvt value.


tweak focus to support XEMBED client message and remove focus on EnterNotify. (thx Adrian)


fix custom key handling.


remove dup of default window size.


fix focus state when embed in another window.


fix segfault with mouse selection. (thx anonymous)


add -w option to embed st. (thx nodus cursorius)


applied parts of "anonymous" cleanup patch.


add altscreen escseq alias & caps to terminfo entry. (thx Bert Münnich)


disable mouse highlight when mouse report enabled. (thx Bert Münnich)


reverse video mode. (thx Bert Münnich)


add status bar (window title) to terminfo. (thx Rafa Gallego)