Commit graph

17 commits

Author SHA1 Message Date
uobikiemukot
58e3308236 misc: occured => occurred 2018-10-15 07:40:24 +09:00
uobikiemukot
dbdac035a9 fix indentation 2017-01-13 16:53:37 +09:00
uobikiemukot
cdec33b1fe implement variable-width backspace (VWBS: private mode 8901) 2017-01-13 16:50:38 +09:00
uobikiemukot
6199843bf9 rename enum glyph_width_t -> enum glyph_width 2017-01-13 16:50:38 +09:00
uobikiemukot
821008b697 Revert "improving responsiveness under heavy scrolling" 2015-08-18 17:25:58 +09:00
Yoteichi
1a8303bcd8 improve responsiveness under heavy scrolling 2015-08-17 20:47:33 +09:00
uobikiemukot
e917fca335 change struct name, struct {framebuffer, terminal, margin} -> struct {framebuffer_t, terminal_t, margin_t} 2015-07-24 12:16:49 +09:00
uobikiemukot
b44cea7bf1 change variable name redraw_needed -> need_redraw 2015-07-22 18:34:00 +09:00
uobikiemukot
ba69b765b1 remove struct tty_state, change term.cells, term.drcs structure, change comment indent 2014-10-02 13:56:54 +09:00
uobikiemukot
dd6b660856 BYTES_PER_PIXEL 3 -> 4 2014-08-12 15:46:22 +09:00
uobikiemukot
907f80206b remove unused code, rename struct {sixel_canvas_t, cell_t} bitmap -> pixmap 2014-08-10 09:15:31 +09:00
uobikiemukot
795fa1959e change struct cell_t *cells - > *cells 2014-08-09 20:58:21 +09:00
uobikiemukot
75accc56d4 add sys/wait.h, change ESCSEQ_SIZE 2014-07-31 07:45:25 +09:00
uobikiemukot
8252f97d70 add comment of struct tty_state 2014-07-13 20:38:03 +09:00
uobikiemukot
b325c751e3 change for beauty, add SIGWINCH and struct tty_state.window_resized for yaftx 2014-07-11 18:55:58 +09:00
uobikiemukot
261d8c9750 uint8_t -> enum char_attr, add new member (struct sixel_canvas_t) to struct terminal 2014-06-19 23:02:36 +09:00
uobikiemukot
1a401bb8fc rename common.h -> yaft.h, remove unused variables 2014-06-16 19:47:11 +09:00
Renamed from common.h (Browse further)