-
af9e248f97
Removing the now obsolete definitions from the config.def.h file.
Christoph Lohmann
2012-09-30 20:23:45 +0200
-
5dfd5df4fe
This changes -f to be the parameter for the font. Now -f is -o.
Christoph Lohmann
2012-09-30 20:23:10 +0200
-
9cae1eb0de
Remove the cruft of the user to have to define the different font styles.
Christoph Lohmann
2012-09-30 20:10:58 +0200
-
ed5b8700a6
We need all the colors to be available, so die() on some not available.
Christoph Lohmann
2012-09-29 11:23:34 +0200
-
d7b1e31eec
All xcolors are not Xft colors and the clearing of the borders has been
Christoph Lohmann
2012-09-29 11:17:16 +0200
-
29b209f5f5
Vt escape sequences allow escape sequences in escape sequences and escape
Christoph Lohmann
2012-09-27 19:28:44 +0200
-
3af49e34f6
Allow control characters inside escape sequences
Roberto E. Vargas Caballero
2012-09-26 20:55:18 +0200
-
a7d7e29300
Ignore all control characters not handled
Roberto E. Vargas Caballero
2012-09-26 20:53:46 +0200
-
375b6e5b17
Switching to Liberation Mono as default solely because of line drawing. A next
Christoph Lohmann
2012-09-26 20:21:59 +0200
-
3a095984b0
Implementing line drawing right.
Christoph Lohmann
2012-09-26 20:21:08 +0200
-
c3b0e2202b
A reset should reset the line drawing too.
Christoph Lohmann
2012-09-25 21:39:25 +0200
-
980c5956ed
Enabling enacs and adding compatibility to xterm and urxvt for alternative
Christoph Lohmann
2012-09-25 21:17:43 +0200
-
eb360e5fd1
Fix bug in tputc writing to io file
Roberto E. Vargas Caballero
2012-09-25 21:04:35 +0200
-
246d704ba0
Changing the default font to DejaVu Sans Mono, which is more appealing and
Christoph Lohmann
2012-09-24 14:01:59 +0200
-
055a4f6d2c
The xinit() call needs to be behind all the tty init, otherwise all the
Christoph Lohmann
2012-09-24 11:04:26 +0200
-
e9c677816c
Adding a TODO for xft fallback.
Christoph Lohmann
2012-09-24 10:31:35 +0200
-
74d6abfee5
Add some documentetion to tsetmode
Roberto E. Vargas Caballero
2012-09-24 10:29:37 +0200
-
c3b6345595
Fix LNM sequence
Roberto E. Vargas Caballero
2012-09-24 10:28:35 +0200
-
2f215654a4
Add KAM sequence
Roberto E. Vargas Caballero
2012-09-24 10:28:05 +0200
-
11bec67875
Remove unused parameters in ttyresize
Roberto E. Vargas Caballero
2012-09-24 10:27:22 +0200
-
b6cfff1625
Clear X window in tsetreset()
Roberto E. Vargas Caballero
2012-09-24 10:26:50 +0200
-
21a0c4a2e0
Merging xft and current st heads.
Christoph Lohmann
2012-09-24 10:24:36 +0200
-
-
2b3c1219c8
Initial Xft support for st. More to follow.
Christoph Lohmann
2012-09-24 10:20:45 +0200
-
816a70c01b
use typedef'd unsigned type and regular bool type.
Aurélien Aptel
2012-09-19 16:03:16 +0200
-
-
1ba5f4172f
config.def.h: typo in comment.
Aurélien Aptel
2012-09-18 19:13:19 +0200
-
50a619cee3
LEGACY: typo.
Aurélien Aptel
2012-09-18 19:08:03 +0200
-
0eaed8f085
Redrawing is fixed.
Christoph Lohmann
2012-09-17 23:14:40 +0200
-
e4bf2679c1
Fixing the redrawing patch of k0ga, so it's using xclear() in redraw() too.
Christoph Lohmann
2012-09-17 22:44:27 +0200
-
4876d6e05b
Clean windows display after resizing
Roberto E. Vargas Caballero
2012-09-17 22:13:17 +0200
-
88a8f85a8a
Copy non set positions as spaces
Roberto E. Vargas Caballero
2012-09-17 22:13:09 +0200
-
111199cf22
Add newline in error messages
Roberto E. Vargas Caballero
2012-09-17 22:11:28 +0200
-
e3671006db
Add xcalloc wrapper
Roberto E. Vargas Caballero
2012-09-17 22:11:20 +0200
-
426887ccec
Applying a shortening proposal for the run loop of k0ga.
Christoph Lohmann
2012-09-16 20:43:51 +0200
-
58a57a2305
Remove call to draw in resize
Roberto E. Vargas Caballero
2012-09-16 14:02:35 +0200
-
2257932261
Adding some more fields to the manpage, like authors, license etc.
Christoph Lohmann
2012-09-16 13:59:10 +0200
-
b93741e34d
Remove some solved issues and add some new.
Christoph Lohmann
2012-09-16 13:50:07 +0200
-
9fbafe55c9
Preliminary solution to the stuttering problem.
Christoph Lohmann
2012-09-16 13:22:23 +0200
-
d81250e5f9
Fix selection bug
Roberto E. Vargas Caballero
2012-09-16 10:49:12 +0200
-
c5a9b799d4
Render only once in each main loop iteration
Roberto E. Vargas Caballero
2012-09-16 10:48:38 +0200
-
85849ce72a
Remove timeout in the main loop
Roberto E. Vargas Caballero
2012-09-16 10:47:21 +0200
-
15cc8754c2
Call XSync in redraw
Roberto E. Vargas Caballero
2012-09-16 10:46:08 +0200
-
ba1e9daeef
Call XdbeQueryExtension before of calling any Xdbe function
Roberto E. Vargas Caballero
2012-09-16 10:45:36 +0200
-
a62789788c
Implementing italic-bold. This will require an increase of the avgWdth.
Christoph Lohmann
2012-09-14 19:46:07 +0200
-
b156352656
Ignore NUL character as a padding character. Telnet may use this. Patch of
Christoph Lohmann
2012-09-13 23:21:40 +0200
-
776a022e39
Importing the patch of Roberto Vargas to inherit signal handlers.
Christoph Lohmann
2012-09-13 23:19:57 +0200
-
fe2ba95b3d
Reset window title on terminal reset too.
Christoph Lohmann
2012-09-13 07:16:38 +0200
-
977c5d9089
Adding a statemant on legacy support.
Christoph Lohmann
2012-09-13 07:04:59 +0200
-
d018c9c8ef
Adding another bold off sequence.
Christoph Lohmann
2012-09-13 07:04:34 +0200
-
720cb816dc
Remove buffering to fileio instead of calling fflush
Roberto E. Vargas Caballero
2012-09-12 21:51:55 +0200
-
b9d5fec4f2
Add xmalloc and xrealloc wrappers
Roberto E. Vargas Caballero
2012-09-12 21:25:35 +0200
-
8f1144edee
Make nyancat(1) work. Important release feature!
Christoph Lohmann
2012-09-12 13:20:10 +0200
-
121d9109e8
Add preliminary blink stubs. Real implementation is still missing.
Christoph Lohmann
2012-09-12 13:08:26 +0200
-
c092bce366
Add another obscure way to set a window title.
Christoph Lohmann
2012-09-12 13:00:39 +0200
-
af29fb2a50
Fixing the too small window in non-tiling window managers.
Christoph Lohmann
2012-09-10 13:39:41 +0200
-
122ed57702
Making the selection work again.
Christoph Lohmann
2012-09-06 08:02:56 +0200
-
a1cd28f809
Allow simpler stdout -f handling.
Christoph Lohmann
2012-09-06 00:00:50 +0200
-
f2da43a0b6
Adding instantenous debug output and fixing italic with a reset.
Christoph Lohmann
2012-09-05 23:38:57 +0200
-
86cf8e3073
Adding the removal of the timeouts to the TODO.
Christoph Lohmann
2012-09-05 23:06:59 +0200
-
4a4ae19158
Removing masks for unhandled enter and leaving events.
Christoph Lohmann
2012-09-05 22:39:09 +0200
-
dd0b7a077f
If the selection is cleared, draw() and do it on button press too.
Christoph Lohmann
2012-09-05 22:17:42 +0200
-
f471a32d29
Unhighlight selection when selection is owner by other window
Roberto E. Vargas Caballero
2012-09-05 21:55:45 +0200
-
017af76f5c
Forcing the parameter limit to xcopy() and selpaste(). Thanks to Rob Pilling.
Christoph Lohmann
2012-09-05 21:54:52 +0200
-
42505c5215
Removing unneeded arguments to copy(). Thanks to Andrew Hills.
Christoph Lohmann
2012-09-05 21:52:01 +0200
-
462a966ee2
Implement italic font support.
Christoph Lohmann
2012-09-05 21:48:26 +0200
-
56c551e4f4
Add to TODO to make function keys work.
Christoph Lohmann
2012-09-05 01:32:42 +0200
-
a61b9ea82e
Enable keypad set and unset commands.
Christoph Lohmann
2012-09-05 01:25:37 +0200
-
da4a77edbe
Disable BCE again.
Christoph Lohmann
2012-09-05 00:58:17 +0200
-
98dc91eb82
Removing the resize issue from the TODO file.
Christoph Lohmann
2012-09-05 00:09:13 +0200
-
67c1a23053
Fixing the resizing behaviour.
Christoph Lohmann
2012-09-05 00:08:13 +0200
-
e09709d92d
Forgot one line. It's late.
Christoph Lohmann
2012-09-04 22:51:29 +0200
-
b1d383a0a3
Cleaning up the fixed window size and the resizing of clients.
Christoph Lohmann
2012-09-04 22:44:33 +0200
-
e02d72441a
Another thing for TODO – resize.
Christoph Lohmann
2012-09-04 22:06:54 +0200
-
052a617828
Updating the TODO and enabling BCE.
Christoph Lohmann
2012-09-04 22:05:24 +0200
-
6e88c7f602
CUP == HVP; CHA == HPA;
Christoph Lohmann
2012-09-04 21:56:55 +0200
-
59fe59d3d1
Unifying the old style.
Christoph Lohmann
2012-09-04 20:34:43 +0200
-
98b6f84bfc
Check alternative screen before drawing box selection
Roberto E. Vargas Caballero
2012-09-04 20:33:01 +0200
-
66669a5585
Add newline to stderr message
Roberto E. Vargas Caballero
2012-09-04 20:31:21 +0200
-
1d6702024b
Fixing the border pixel when there is a negative position.
Christoph Lohmann
2012-09-03 23:09:34 +0200
-
579f12d47b
Add -g geometry to st and the manpage.
Christoph Lohmann
2012-09-03 23:02:29 +0200
-
466decd535
Fixing a type in in2 in the st.info.
Christoph Lohmann
2012-09-03 21:54:40 +0200
-
930b2c4a7f
Force redisplay of all lines in DECSCNM
Roberto E. Vargas Caballero
2012-09-03 21:52:34 +0200
-
a984ffc4cb
Add write I/O to file
Roberto E. Vargas Caballero
2012-09-03 21:52:21 +0200
-
cfefa054e8
Patch from Roberto Vargas. »Add initialization strings in terminfo«
Christoph Lohmann
2012-09-03 21:50:22 +0200
-
b11d85c9be
Add standout mode.
Christoph Lohmann
2012-09-02 19:53:50 +0200
-
7f17a70834
Cleaning up lonely tabs.
Christoph Lohmann
2012-09-02 19:43:29 +0200
-
588ba51a53
Make it more obvious where the wrong attribute is used.
Christoph Lohmann
2012-09-02 19:42:00 +0200
-
c79df9f78d
Enable multiple arguments in SM and RM
Roberto E. Vargas Caballero
2012-09-02 19:09:35 +0200
-
4cdcc39539
Add vpa terminfo capability
Roberto E. Vargas Caballero
2012-09-02 19:08:52 +0200
-
81c678e53e
Silencing the compiler but keeping strparse.
Christoph Lohmann
2012-08-30 21:19:53 +0200
-
c58950f2ef
Applying the CBT patch of Roberto Vargas. Thanks.
Christoph Lohmann
2012-08-30 21:17:54 +0200
-
91fa81dbac
Never trust terminfo fata morganas. And adding other xterm compatibility.
Christoph Lohmann
2012-08-30 07:38:47 +0200
-
6696ef8563
Add OSC, DSC, PM, APC and settitle.
Christoph Lohmann
2012-08-29 23:14:20 +0200
-
ff040e9894
Adding setb and setf and a comment about terminfo installation.
Christoph Lohmann
2012-08-29 21:13:47 +0200
-
aaef13aaaa
Add CHT sequence
Roberto E. Vargas Caballero
2012-08-29 20:05:25 +0200
-
12de47a933
Applying the patches of k0ga and changing the LICENSE file in the appropriate
Christoph Lohmann
2012-08-29 20:01:34 +0200
-
c084c06b40
Add TBC sequence
Roberto E. Vargas Caballero
2012-08-29 19:59:47 +0200
-
93901ca4fe
Add HTS sequence
Roberto E. Vargas Caballero
2012-08-29 19:59:43 +0200
-
ee7fd748ac
Add tabs field into Term struct
Roberto E. Vargas Caballero
2012-08-29 19:59:37 +0200
-
c6853fe185
apply post-XDBE patch BORDER fix
Brandon Invergo
2012-08-03 14:46:40 +0200
-
94771d0588
Implement Xdbe-based double-buffering
Brandon Invergo
2012-07-28 14:27:26 +0200