Commit Graph

188 Commits (0.1.1)
 

Author SHA1 Message Date
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
Aurélien Aptel fa6a9216a1 removed XINERAMA from config.mk and fixed a segfault when st is
started without a display. (thx Hiltjo Posthuma)
16 years ago
Aurélien Aptel fec59f7370 fixed potential bug in IS_SET(). 16 years ago
Aurélien Aptel 6f259b9257 merged tcursorwrap() with tnewline(), added few comments and updated copyright. 16 years ago
Aurélien Aptel 8db9a192e5 cleaned some spaces. 16 years ago
Aurélien Aptel 85a94e2db9 added macro to test flags, removed tmovecursor(). 16 years ago
Aurélien Aptel 8a3b1e0938 faster resizing. 16 years ago
Aurélien Aptel 1494bb9f97 close master/slave pty in the shell process. 16 years ago
Aurélien Aptel ab5e72dc39 clean \t. 16 years ago
Aurélien Aptel f181bb29d8 update function prototypes. 16 years ago
Aurélien Aptel c81ea29001 fix \b and clean \t. 16 years ago