Commit Graph

148 Commits (047aa071f349aa685bb27fd20f52990fee2b6b98)
 

Author SHA1 Message Date
Aurélien Aptel 047aa071f3 don't draw if the window is not visible. 16 years ago
Aurélien Aptel d3440e1e0f use xclear() in draw(). 16 years ago
Aurélien Aptel 9134535808 use XCreateWindow(), set gravity bit. 16 years ago
Aurélien Aptel 641b507220 cleaning st.info. added comment in st.c for DECSCNM. 16 years ago
Aurélien Aptel 6380a73364 cleaning st.info. fixed cvvis. 16 years ago
Aurélien Aptel a997fea2c0 set terminal colors to xterm default ones. 16 years ago
Aurélien Aptel e87203dea6 removed gfx chars not present in xterm acsc. 16 years ago
Aurélien Aptel 9c504814df fixed start/end sequence of gfx. 16 years ago
Aurélien Aptel c68dae91d2 undefined gfx doesn't draw \0. 16 years ago
Aurélien Aptel 95b236a22a fixed makefile. 16 years ago
Aurélien Aptel c762fce23c added manpage. 16 years ago
Aurélien Aptel 5c7be4ad4d resize from the top. 16 years ago
Aurélien Aptel 195aa6bb9c added -e and -t option. 16 years ago
Aurélien Aptel eef3cb4242 factored code and fixed behaviour of tnewline(). 16 years ago
Aurélien Aptel ce404f8263 updated TODO. 16 years ago
Aurélien Aptel 8e1871bf8a started to go through st.info and fix things. 16 years ago
Aurélien Aptel ffd59a1b58 capabilities sorted by capname in st.info. copy acsc from xterm. 16 years ago
Aurélien Aptel c5b2056ba9 removed debug code. 16 years ago
Aurélien Aptel 2b3f6aca5a fixed IL and DL. 16 years ago
Aurélien Aptel 8c49888622 factor and cleanup code. 16 years ago
Aurélien Aptel f2482b322a added correct line drawing characters for default font. 16 years ago
Aurélien Aptel 60df49df91 use struct instead of array. 16 years ago
Aurélien Aptel 75143af77c cleanup. 16 years ago
pancake@nopcode.org 87d1f98637 fix segfault when selecting big buffers
shift+insert paste clipboard
honor CFLAGS and LDFLAGS in config.mk
16 years ago
Aurélien Aptel 4449abbddb fix build. 16 years ago
Aurélien Aptel 1d10e7865f add selinit() and renamed clipboard_* to sel*. 16 years ago
Aurélien Aptel 639e493b95 move event configuration in xinit(). 16 years ago
Aurélien Aptel 6ee49bcd9a use one global struct instead of many vars for selection. Cleanup. 16 years ago
Aurélien Aptel 6fc43b0194 use GLYPH_SET to test if a char is set; cleanup. 16 years ago
pancake@nopcode.org 725ec8ff4a fix crash for small windows
use unconditional infinite loops
16 years ago
Aurélien Aptel 9669f718ab toggle ATTR_REVERSE on selected text, factored some code and fixed Makefile. 16 years ago
pancake ca1f6675a1 fix build
use config.def.h mechanism
add SHELL in config.h
16 years ago
pancake dcc7f842bb initial implementation of selection and clipboard 16 years ago
pancake@nopcode.org 35b33ee489 fix segfault 16 years ago
Aurélien Aptel 641dfd94e3 added support for alternate screen. 16 years ago
Aurélien Aptel af113bd3fb cursor is hid when unfocused. 16 years ago
Aurélien Aptel 4f5c7e3a31 use predefined OS macro instead of uname. 16 years ago
Aurélien Aptel 1ba065d993 st should compile on NetBSD. 16 years ago
Aurélien Aptel bc834723ec removed pty.h. minimal system guessing added in config.mk. 16 years ago
Aurélien Aptel ecca0580cb removed (visual) bell. '\a' sets the urgency flag if st is unfocused. 16 years ago
Aurélien Aptel ad2fdab6b6 removed useless cursor init. and renamed xcursor() to xdrawcursor(). 16 years ago
Aurélien Aptel 4657805ec5 added support for the "magic margin", changed c.hide to c.state, changed xcursor() to use term instead of a
parameter and fixed the cursor position after setting a scrolling region.
16 years ago
Aurélien Aptel 674926af15 removed old VT52 escapes, fixed VT100 IND. 16 years ago
pancake 70c9762434 fix warning 16 years ago
Aurélien Aptel 913c0cbd34 fixed optimized drawing routine and factored some code. 16 years ago
Aurélien Aptel 27a7d85d0c fixed pixmap buffer drawing. 16 years ago
Aurélien Aptel acf921d410 added a XFlush() in xbell(). 16 years ago
Aurélien Aptel 5299e2bfa2 moved term.hidec in term.c for consistency, put back delay in xbell()
along with duration in config.h, factored some code in tnew()/treset()
and cleaned some code.
16 years ago
Aurélien Aptel 1def7a177e merged tscroll() with tscrollup(). 16 years ago
Aurélien Aptel cf527c22d5 st now runs on Linux, OpenBSD and FreeBSD. 16 years ago