Commit Graph

100 Commits (b7d01d9b5cf9c3c0a78c0f670cc3d5a5dd8caa0f)

Author SHA1 Message Date
Aurélien Aptel b7d01d9b5c remove useless draw(). 16 years ago
Aurélien Aptel 32cae5475a applied xclipboard patch. thx David Isaac Wolinsky. 16 years ago
Aurélien Aptel a4ee801882 clean button selection code. 16 years ago
Aurélien Aptel 9bbc040ea6 compose key patch. thx federico luna. 16 years ago
Aurélien Aptel ad918b5a0b s/hasfocus/focus/ for consistency. 16 years ago
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 c68dae91d2 undefined gfx doesn't draw \0. 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 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 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 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
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