Commits
- Commit:
ae0966484cda6647f5ef316aed0e458eff665964- From:
- Aurélien Aptel <aurelien.aptel@gmail.com>
- Date:
cosmetic, whitespace, etc.
- Commit:
156ce776453dc50b6a908c761403f975af25f756- From:
- Aurélien Aptel <aurelien.aptel@gmail.com>
- Date:
fix PRINT/DRAW _TIMEOUT and fix redrawing bug.
- Commit:
96c22e1604704504cef6786714191ed5ffb58725- From:
- Aurélien Aptel <aurelien.aptel@gmail.com>
- Date:
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.
- Commit:
281174445ba2b6e1160b2b7b4490eebb0714eb37- From:
- Aurélien Aptel <aurelien.aptel@gmail.com>
- Date:
fix segfault in selection. (thx Martti Kühne)
- Commit:
197c46686424cc7bdc06da5c980e38ff654f98fa- From:
- Aurélien Aptel <aurelien.aptel@gmail.com>
- Date:
merge.
- Commit:
5ca0d3d2fa34963d01c415a7ff9cd9a7b9033298- From:
- Aurélien Aptel <aurelien.aptel@gmail.com>
- Date:
fix selection. (thx Tarmo Heiskanen)
- Commit:
b1b9dc7eb55c4be142b347d4ef6255b7929526f7- From:
- Aurélien Aptel <aurelien.aptel@gmail.com>
- Date:
drawregion() only copies region on screen.
- Commit:
44c83397afcd941f0e7820831aaee36088149530- From:
- Aurélien Aptel <aurelien.aptel@gmail.com>
- Date:
add dirty flag for lines
- Commit:
7c350025b23ef88d42d49ba52be8a5ea44a9928a- From:
- Aurélien Aptel <aurelien.aptel@gmail.com>
- Date:
no palette limit (thx Nick)
- Commit:
4a421ffbbcfbe0868f9364d346e5ce519a65a0db- From:
- Aurélien Aptel <aurelien.aptel@gmail.com>
- Date:
simplify version format.
- Commit:
62a92ca1aaaf537ea8a6001ca3dd2c26e4bf148b- From:
- Aurélien Aptel <aurelien.aptel@gmail.com>
- Date:
selection is removed or scrolled properly. (thx Rafa Garcia Gallego)
- Commit:
98042a1a2d3ec09e3411bc1937e413a64b8a024d- From:
- Aurélien Aptel <aurelien.aptel@gmail.com>
- Date:
working on old repo, merging recent changesets.
- Commit:
5c6df8b3c361e36728e41d7c955d7faf375ef729- From:
- Aurélien Aptel <aurelien.aptel@gmail.com>
- Date:
move xembedatom in XWindow struct, add link to xembed specs.
- Commit:
5d1c52bf5c16390403a7037f5eb896bc74e01da0- From:
- Aurélien Aptel <aurelien.aptel@gmail.com>
- Date:
change "op" cap in terminfo entry to xterm/rxvt value.
- Commit:
43a4c5ebb200b88dd32836aa784ea8ee2473af43- From:
- Aurélien Aptel <aurelien.aptel@gmail.com>
- Date:
tweak focus to support XEMBED client message and remove focus on EnterNotify. (thx Adrian)
- Commit:
54adc7ee50cf023677a2f39e33d3bcc994cbaae1- From:
- Aurélien Aptel <aurelien.aptel@gmail.com>
- Date:
fix custom key handling.
- Commit:
bf2e23f5356eb259af0478bcb70be64ddcd3718c- From:
- Aurélien Aptel <aurelien.aptel@gmail.com>
- Date:
remove dup of default window size.
- Commit:
e2809f3976adaaa641e116970a3611bf67332dfe- From:
- Aurélien Aptel <aurelien.aptel@gmail.com>
- Date:
fix focus state when embed in another window.
- Commit:
ce547d3060308419da77465e122db437d7be056b- From:
- Aurélien Aptel <aurelien.aptel@gmail.com>
- Date:
fix segfault with mouse selection. (thx anonymous)
- Commit:
4259a3ba3a99da4bc551c9cde6868366fb2c01fa- From:
- Aurélien Aptel <aurelien.aptel@gmail.com>
- Date:
add -w option to embed st. (thx nodus cursorius)
- Commit:
fb32d01a183979b3235740aaea555bfe94759dab- From:
- Aurélien Aptel <aurelien.aptel@gmail.com>
- Date:
applied parts of "anonymous" cleanup patch.
- Commit:
986670d08082c97a9fb847b9218ce504c840f0ad- From:
- Aurélien Aptel <aurelien.aptel@gmail.com>
- Date:
add altscreen escseq alias & caps to terminfo entry. (thx Bert Münnich)
- Commit:
6eaec4732fdf2ffbd92de8ad90c9954ae0838888- From:
- Aurélien Aptel <aurelien.aptel@gmail.com>
- Date:
disable mouse highlight when mouse report enabled. (thx Bert Münnich)
- Commit:
2edb412b6bb482de554e490fd2839da551b4f310- From:
- Aurélien Aptel <aurelien.aptel@gmail.com>
- Date:
reverse video mode. (thx Bert Münnich)
- Commit:
bf6a11a4820e29d273a1608d1955f576549ced74- From:
- Aurélien Aptel <aurelien.aptel@gmail.com>
- Date:
add status bar (window title) to terminfo. (thx Rafa Gallego)
