2014-01-30 |
Marc Andre Tanner | Hide window border if there exists only 1 client
|
commit | commitdiff | tree |
2014-01-30 |
Marc Andre Tanner | Hide cursor when scrolling
|
commit | commitdiff | tree |
2014-01-30 |
Marc Andre Tanner | Cosmetic fixes for man page
|
commit | commitdiff | tree |
2014-01-30 |
Marc Andre Tanner | Reindent config.def.h
|
commit | commitdiff | tree |
2014-01-13 |
Marc Andre Tanner | Source cleanups, no functional change
|
commit | commitdiff | tree |
2014-01-11 |
Marc Andre Tanner | Completely redraw screen upon terminal size change
|
commit | commitdiff | tree |
2013-12-28 |
Marc Andre Tanner | Set version to 0.10
|
commit | commitdiff | tree |
2013-12-25 |
Marc Andre Tanner | KEY_EVENT might not be always defined
|
commit | commitdiff | tree |
2013-12-25 |
Marc Andre Tanner | Hide the cursor when focusing minimized windows
|
commit | commitdiff | tree |
2013-12-24 |
Marc Andre Tanner | Respect application cursor visibility
|
commit | commitdiff | tree |
2013-12-16 |
Marc Andre Tanner | statusbar: echo > $FIFO should clear the content
|
commit | commitdiff | tree |
2013-12-12 |
Marc Andre Tanner | Remove escapekey functionality
|
commit | commitdiff | tree |
2013-12-06 |
Marc Andre Tanner | Rename is_visible => is_content_visible
|
commit | commitdiff | tree |
2013-11-20 |
Marc Andre Tanner | In multiplexing mode, only send keypresses to visible...
|
commit | commitdiff | tree |
2013-11-20 |
Marc Andre Tanner | Don't output window title if run from linux framebuffer...
|
commit | commitdiff | tree |
2013-11-20 |
Marc Andre Tanner | Optimize redraws, reduce cursor flickering
|
commit | commitdiff | tree |
2013-11-20 |
Marc Andre Tanner | Save + restore cursor position when redrawing status bar
|
commit | commitdiff | tree |
2013-11-20 |
Marc Andre Tanner | Simplify draw_all
|
commit | commitdiff | tree |
2013-11-19 |
Marc Andre Tanner | Minimized windows should still be drawn in fullscreen...
|
commit | commitdiff | tree |
2013-05-19 |
Marc Andre Tanner | Handle write(2) errors correctly
|
commit | commitdiff | tree |
2013-04-03 |
Marc Andre Tanner | Set version to 0.9 Signed-off-by: Marc Andre Tanner <mat@brain-dump.org>
|
commit | commitdiff | tree |
2013-04-03 |
Marc Andre Tanner | Mention $DVTM_TERM in the man page Signed-off-by: Marc Andre Tanner <mat@brain-dump.org>
|
commit | commitdiff | tree |
2013-04-03 |
Marc Andre Tanner | Enable some more warnings for debug builds Signed-off-by: Marc Andre Tanner <mat@brain-dump.org>
|
commit | commitdiff | tree |
2013-04-03 |
Marc Andre Tanner | Float provides more than enough precision for our usecase Signed-off-by: Marc Andre Tanner <mat@brain-dump.org>
|
commit | commitdiff | tree |
2013-04-03 |
Marc Andre Tanner | Don't waste space with structure padding Signed-off-by: Marc Andre Tanner <mat@brain-dump.org>
|
commit | commitdiff | tree |
2013-04-03 |
Marc Andre Tanner | Use int instead of uint8_t for order field Signed-off-by: Marc Andre Tanner <mat@brain-dump.org>
|
commit | commitdiff | tree |
2013-04-02 |
Marc Andre Tanner | Revert "Tell curses to free its internal data structure" Signed-off-by: Marc Andre Tanner <mat@brain-dump.org>
|
commit | commitdiff | tree |
2013-04-02 |
Marc Andre Tanner | ptrdiff_t is defined in stddef.h Signed-off-by: Marc Andre Tanner <mat@brain-dump.org>
|
commit | commitdiff | tree |
2013-04-02 |
Marc Andre Tanner | Make signal handling more robust Signed-off-by: Marc Andre Tanner <mat@brain-dump.org>
|
commit | commitdiff | tree |
2013-03-25 |
Marc Andre Tanner | Tell curses to free its internal data structure Signed-off-by: Marc Andre Tanner <mat@brain-dump.org>
|
commit | commitdiff | tree |
2013-03-25 |
Marc Andre Tanner | vt: fix search functionality for "substring match" Signed-off-by: Marc Andre Tanner <mat@brain-dump.org>
|
commit | commitdiff | tree |
2013-03-25 |
Marc Andre Tanner | vt: allocate cmdline structure on demand Signed-off-by: Marc Andre Tanner <mat@brain-dump.org>
|
commit | commitdiff | tree |
2013-03-24 |
Marc Andre Tanner | vt: searchbar improve handling of unicode characters... Signed-off-by: Marc Andre Tanner <mat@brain-dump.org>
|
commit | commitdiff | tree |
2013-03-22 |
Marc Andre Tanner | Implement MOD+C Signed-off-by: Marc Andre Tanner <mat@brain-dump.org>
|
commit | commitdiff | tree |
2013-03-22 |
Marc Andre Tanner | vt: refactor searchbar code Signed-off-by: Marc Andre Tanner <mat@brain-dump.org>
|
commit | commitdiff | tree |
2013-03-22 |
Marc Andre Tanner | vt: implmenet a proper command line for searching Signed-off-by: Marc Andre Tanner <mat@brain-dump.org>
|
commit | commitdiff | tree |
2013-03-22 |
Marc Andre Tanner | man page: cosmetic fix Signed-off-by: Marc Andre Tanner <mat@brain-dump.org>
|
commit | commitdiff | tree |
2013-03-13 |
Marc Andre Tanner | Add a way to send custom escape sequences upon keypress Signed-off-by: Marc Andre Tanner <mat@brain-dump.org>
|
commit | commitdiff | tree |
2013-03-13 |
Marc Andre Tanner | Add lots of static modifiers to config.def.h Signed-off-by: Marc Andre Tanner <mat@brain-dump.org>
|
commit | commitdiff | tree |
2013-03-13 |
Marc Andre Tanner | Add -t command line switch to set a static window title Signed-off-by: Marc Andre Tanner <mat@brain-dump.org>
|
commit | commitdiff | tree |
2013-03-13 |
Marc Andre Tanner | Ship config.def.h not config.h in source tarball Signed-off-by: Marc Andre Tanner <mat@brain-dump.org>
|
commit | commitdiff | tree |
2013-03-13 |
Marc Andre Tanner | Handle allocation failures more gracefully Signed-off-by: Marc Andre Tanner <mat@brain-dump.org>
|
commit | commitdiff | tree |
2013-03-13 |
Marc Andre Tanner | vt: handle malloc(0) == NULL case Signed-off-by: Marc Andre Tanner <mat@brain-dump.org>
|
commit | commitdiff | tree |
2013-03-09 |
Marc Andre Tanner | Use "safer" string functions inorder to please the... Signed-off-by: Marc Andre Tanner <mat@brain-dump.org>
|
commit | commitdiff | tree |
2013-03-09 |
Marc Andre Tanner | Include dvtm.info in source tarball Signed-off-by: Marc Andre Tanner <mat@brain-dump.org>
|
commit | commitdiff | tree |
2013-03-09 |
Marc Andre Tanner | vt: fix segfault with COLORS=0 Signed-off-by: Marc Andre Tanner <mat@brain-dump.org>
|
commit | commitdiff | tree |
2013-02-12 |
Marc Andre Tanner | Adjust some year numbers to 2013 Signed-off-by: Marc Andre Tanner <mat@brain-dump.org>
|
commit | commitdiff | tree |
2013-02-12 |
Marc Andre Tanner | vt: implement scroll up/down (SU/SD) Signed-off-by: Marc Andre Tanner <mat@brain-dump.org>
|
commit | commitdiff | tree |
2013-02-12 |
Marc Andre Tanner | vt: save/restore terminal mode upon DECSC/DECRC Signed-off-by: Marc Andre Tanner <mat@brain-dump.org>
|
commit | commitdiff | tree |
2013-02-12 |
Marc Andre Tanner | vt: always redraw whole line if dirty Signed-off-by: Marc Andre Tanner <mat@brain-dump.org>
|
commit | commitdiff | tree |
2013-02-11 |
Marc Andre Tanner | vt: DECSTBM should move the cursor to (1,1) of the... Signed-off-by: Marc Andre Tanner <mat@brain-dump.org>
|
commit | commitdiff | tree |
2013-02-11 |
Marc Andre Tanner | vt: teach RI (reverse index) to respect scrolling region Signed-off-by: Marc Andre Tanner <mat@brain-dump.org>
|
commit | commitdiff | tree |
2013-02-11 |
Marc Andre Tanner | vt: implement tab handling (HTS, CBT, TBC) Signed-off-by: Marc Andre Tanner <mat@brain-dump.org>
|
commit | commitdiff | tree |
2013-02-11 |
Marc Andre Tanner | Set dvtm's window title to the one of currently focused... Signed-off-by: Marc Andre Tanner <mat@brain-dump.org>
|
commit | commitdiff | tree |
2013-02-11 |
Marc Andre Tanner | Add -M command line flag to disable mouse support upon... Signed-off-by: Marc Andre Tanner <mat@brain-dump.org>
|
commit | commitdiff | tree |
2013-02-11 |
Marc Andre Tanner | Improve manual page formatting (thanks Josh) Signed-off-by: Marc Andre Tanner <mat@brain-dump.org>
|
commit | commitdiff | tree |
2013-02-10 |
Marc Andre Tanner | vt: remove unused constants Signed-off-by: Marc Andre Tanner <mat@brain-dump.org>
|
commit | commitdiff | tree |
2013-02-10 |
Marc Andre Tanner | vt: implement DECALN Signed-off-by: Marc Andre Tanner <mat@brain-dump.org>
|
commit | commitdiff | tree |
2013-02-10 |
Marc Andre Tanner | vt: set TERM=dvtm[-256color] in emulation Signed-off-by: Marc Andre Tanner <mat@brain-dump.org>
|
commit | commitdiff | tree |
2013-01-07 |
Marc Andre Tanner | Fix quote handling in cmd-fifo parsing code Signed-off-by: Marc Andre Tanner <mat@brain-dump.org>
|
commit | commitdiff | tree |
2013-01-07 |
Marc Andre Tanner | vt: copymode cursor movement support for multibyte... Signed-off-by: Marc Andre Tanner <mat@brain-dump.org>
|
commit | commitdiff | tree |
2013-01-07 |
Marc Andre Tanner | vt: handle search of multibyte characters Signed-off-by: Marc Andre Tanner <mat@brain-dump.org>
|
commit | commitdiff | tree |
2012-12-16 |
Marc Andre Tanner | Merge branch 'copymode'
|
commit | commitdiff | tree |
2012-12-16 |
Marc Andre Tanner | Add beginning of a test suite Signed-off-by: Marc Andre Tanner <mat@brain-dump.org>
|
commit | commitdiff | tree |
2012-12-16 |
Marc Andre Tanner | vt: fix copying of multibyte characters Signed-off-by: Marc Andre Tanner <mat@brain-dump.org>
|
commit | commitdiff | tree |
2012-12-16 |
Marc Andre Tanner | vt: correctly handle multibyte characters crossing... Signed-off-by: Marc Andre Tanner <mat@brain-dump.org>
|
commit | commitdiff | tree |
2012-12-06 |
Marc Andre Tanner | vt: more renames Signed-off-by: Marc Andre Tanner <mat@brain-dump.org>
|
commit | commitdiff | tree |
2012-12-06 |
Marc Andre Tanner | vt: consistent variable naming Signed-off-by: Marc Andre Tanner <mat@brain-dump.org>
|
commit | commitdiff | tree |
2012-12-06 |
Marc Andre Tanner | vt: further simplify copymode implementation Signed-off-by: Marc Andre Tanner <mat@brain-dump.org>
|
commit | commitdiff | tree |
2012-12-06 |
Marc Andre Tanner | vt: leave copymode upon switch between normal/alternate... Signed-off-by: Marc Andre Tanner <mat@brain-dump.org>
|
commit | commitdiff | tree |
2012-12-06 |
Marc Andre Tanner | vt: simplify copy mode implementation Signed-off-by: Marc Andre Tanner <mat@brain-dump.org>
|
commit | commitdiff | tree |
2012-12-06 |
Marc Andre Tanner | Allow direct access to search functionality Signed-off-by: Marc Andre Tanner <mat@brain-dump.org>
|
commit | commitdiff | tree |
2012-12-06 |
Marc Andre Tanner | Allow multiple digit command multiplier Signed-off-by: Marc Andre Tanner <mat@brain-dump.org>
|
commit | commitdiff | tree |
2012-12-06 |
Marc Andre Tanner | Implement copy mode to access scroll buffer content Signed-off-by: Marc Andre Tanner <mat@brain-dump.org>
|
commit | commitdiff | tree |
2012-12-06 |
Marc Andre Tanner | Make terminal size detection a bit more robust Signed-off-by: Marc Andre Tanner <mat@brain-dump.org>
|
commit | commitdiff | tree |
2012-12-02 |
Marc Andre Tanner | Fix include directives Signed-off-by: Marc Andre Tanner <mat@brain-dump.org>
|
commit | commitdiff | tree |
2012-11-30 |
Marc Andre Tanner | Destroy all clients before exiting Signed-off-by: Marc Andre Tanner <mat@brain-dump.org>
|
commit | commitdiff | tree |
2012-11-30 |
Marc Andre Tanner | Fix coding style within layout files Signed-off-by: Marc Andre Tanner <mat@brain-dump.org>
|
commit | commitdiff | tree |
2012-11-30 |
Marc Andre Tanner | vt: cosmetic changes Signed-off-by: Marc Andre Tanner <mat@brain-dump.org>
|
commit | commitdiff | tree |
2012-11-30 |
Marc Andre Tanner | vt: simplify code by using goto Signed-off-by: Marc Andre Tanner <mat@brain-dump.org>
|
commit | commitdiff | tree |
2012-11-30 |
Marc Andre Tanner | vt: move buffer handling code, add missing static Signed-off-by: Marc Andre Tanner <mat@brain-dump.org>
|
commit | commitdiff | tree |
2012-11-30 |
Marc Andre Tanner | vt: handle out of memory situtations Signed-off-by: Marc Andre Tanner <mat@brain-dump.org>
|
commit | commitdiff | tree |
2012-11-30 |
Marc Andre Tanner | vt: random coding style fixes Signed-off-by: Marc Andre Tanner <mat@brain-dump.org>
|
commit | commitdiff | tree |
2012-11-30 |
Marc Andre Tanner | vt: implement alternate screen buffer mode Signed-off-by: Marc Andre Tanner <mat@brain-dump.org>
|
commit | commitdiff | tree |
2012-11-30 |
Marc Andre Tanner | vt: factor out buffer handling Signed-off-by: Marc Andre Tanner <mat@brain-dump.org>
|
commit | commitdiff | tree |
2012-11-23 |
Marc Andre Tanner | Introduce struct Cell which groups text, fg, bg, and... Signed-off-by: Marc Andre Tanner <mat@brain-dump.org>
|
commit | commitdiff | tree |
2012-11-23 |
Marc Andre Tanner | wcwidth can return -1 also remove GCC ism Signed-off-by: Marc Andre Tanner <mat@brain-dump.org>
|
commit | commitdiff | tree |
2012-11-20 |
Marc Andre Tanner | vt: put_wc simplify memove calls Signed-off-by: Marc Andre Tanner <mat@brain-dump.org>
|
commit | commitdiff | tree |
2012-09-16 |
Marc Andre Tanner | vt: make sure that the most common color is always... Signed-off-by: Marc Andre Tanner <mat@brain-dump.org>
|
commit | commitdiff | tree |
2012-09-16 |
Marc Andre Tanner | Simplify color configuration Signed-off-by: Marc Andre Tanner <mat@brain-dump.org>
|
commit | commitdiff | tree |
2012-09-15 |
Marc Andre Tanner | Overhaul color support Signed-off-by: Marc Andre Tanner <mat@brain-dump.org>
|
commit | commitdiff | tree |
2012-09-13 |
Marc Andre Tanner | Make default colors configurable vi config.h Signed-off-by: Marc Andre Tanner <mat@brain-dump.org>
|
commit | commitdiff | tree |
2012-09-13 |
Marc Andre Tanner | Redraw whole terminal area if requested Signed-off-by: Marc Andre Tanner <mat@brain-dump.org>
|
commit | commitdiff | tree |
2012-09-02 |
Marc Andre Tanner | vt: ignore xterm specific escape sequence Signed-off-by: Marc Andre Tanner <mat@brain-dump.org>
|
commit | commitdiff | tree |
2012-08-01 |
Marc Andre Tanner | Set version to 0.8 Signed-off-by: Marc Andre Tanner <mat@brain-dump.org>
|
commit | commitdiff | tree |
2012-08-01 |
Marc Andre Tanner | Adjust some year numbers s/2011/2012/g Signed-off-by: Marc Andre Tanner <mat@brain-dump.org>
|
commit | commitdiff | tree |
2012-07-21 |
Marc Andre Tanner | vt: fix typo/thinko in ECH interpretation Signed-off-by: Marc Andre Tanner <mat@brain-dump.org>
|
commit | commitdiff | tree |
2012-07-21 |
Marc Andre Tanner | Add some more hints to config.mk Signed-off-by: Marc Andre Tanner <mat@brain-dump.org>
|
commit | commitdiff | tree |
2012-07-21 |
Marc Andre Tanner | Fix compilation on Cygwin Signed-off-by: Marc Andre Tanner <mat@brain-dump.org>
|
commit | commitdiff | tree |
2012-07-10 |
Marc Andre Tanner | vt: code clean up Signed-off-by: Marc Andre Tanner <mat@brain-dump.org>
|
commit | commitdiff | tree |