Commit Graph

  • 9cae1eb Remove the cruft of the user to have to define the different font styles. by Christoph Lohmann 2012-09-30 20:10:58 +0200
  • ed5b870 We need all the colors to be available, so die() on some not available. by Christoph Lohmann 2012-09-29 11:23:34 +0200
  • d7b1e31 All xcolors are not Xft colors and the clearing of the borders has been by Christoph Lohmann 2012-09-29 11:17:16 +0200
  • 29b209f Vt escape sequences allow escape sequences in escape sequences and escape by Christoph Lohmann 2012-09-27 19:28:44 +0200
  • 3af49e3 Allow control characters inside escape sequences by Roberto E. Vargas Caballero 2012-09-26 20:55:18 +0200
  • a7d7e29 Ignore all control characters not handled by Roberto E. Vargas Caballero 2012-09-26 20:53:46 +0200
  • 375b6e5 Switching to Liberation Mono as default solely because of line drawing. A next by Christoph Lohmann 2012-09-26 20:21:59 +0200
  • 3a09598 Implementing line drawing right. by Christoph Lohmann 2012-09-26 20:21:08 +0200
  • c3b0e22 A reset should reset the line drawing too. by Christoph Lohmann 2012-09-25 21:39:25 +0200
  • 980c595 Enabling enacs and adding compatibility to xterm and urxvt for alternative by Christoph Lohmann 2012-09-25 21:17:43 +0200
  • eb360e5 Fix bug in tputc writing to io file by Roberto E. Vargas Caballero 2012-09-25 21:04:35 +0200
  • 246d704 Changing the default font to DejaVu Sans Mono, which is more appealing and by Christoph Lohmann 2012-09-24 14:01:59 +0200
  • 055a4f6 The xinit() call needs to be behind all the tty init, otherwise all the by Christoph Lohmann 2012-09-24 11:04:26 +0200
  • e9c6778 Adding a TODO for xft fallback. by Christoph Lohmann 2012-09-24 10:31:35 +0200
  • 74d6abf Add some documentetion to tsetmode by Roberto E. Vargas Caballero 2012-09-24 10:29:37 +0200
  • c3b6345 Fix LNM sequence by Roberto E. Vargas Caballero 2012-09-24 10:28:35 +0200
  • 2f21565 Add KAM sequence by Roberto E. Vargas Caballero 2012-09-24 10:28:05 +0200
  • 11bec67 Remove unused parameters in ttyresize by Roberto E. Vargas Caballero 2012-09-24 10:27:22 +0200
  • b6cfff1 Clear X window in tsetreset() by Roberto E. Vargas Caballero 2012-09-24 10:26:50 +0200
  • 21a0c4a Merging xft and current st heads. by Christoph Lohmann 2012-09-24 10:24:36 +0200
  • 2b3c121 Initial Xft support for st. More to follow. by Christoph Lohmann 2012-09-24 10:20:45 +0200
  • 816a70c use typedef'd unsigned type and regular bool type. by Aurélien Aptel 2012-09-19 16:03:16 +0200
  • 1ba5f41 config.def.h: typo in comment. by Aurélien Aptel 2012-09-18 19:13:19 +0200
  • 50a619c LEGACY: typo. by Aurélien Aptel 2012-09-18 19:08:03 +0200
  • 0eaed8f Redrawing is fixed. by Christoph Lohmann 2012-09-17 23:14:40 +0200
  • e4bf267 Fixing the redrawing patch of k0ga, so it's using xclear() in redraw() too. by Christoph Lohmann 2012-09-17 22:44:27 +0200
  • 4876d6e Clean windows display after resizing by Roberto E. Vargas Caballero 2012-09-17 22:13:17 +0200
  • 88a8f85 Copy non set positions as spaces by Roberto E. Vargas Caballero 2012-09-17 22:13:09 +0200
  • 111199c Add newline in error messages by Roberto E. Vargas Caballero 2012-09-17 22:11:28 +0200
  • e367100 Add xcalloc wrapper by Roberto E. Vargas Caballero 2012-09-17 22:11:20 +0200
  • 426887c Applying a shortening proposal for the run loop of k0ga. by Christoph Lohmann 2012-09-16 20:43:51 +0200
  • 58a57a2 Remove call to draw in resize by Roberto E. Vargas Caballero 2012-09-16 14:02:35 +0200
  • 2257932 Adding some more fields to the manpage, like authors, license etc. by Christoph Lohmann 2012-09-16 13:59:10 +0200
  • b93741e Remove some solved issues and add some new. by Christoph Lohmann 2012-09-16 13:50:07 +0200
  • 9fbafe5 Preliminary solution to the stuttering problem. by Christoph Lohmann 2012-09-16 13:22:23 +0200
  • d81250e Fix selection bug by Roberto E. Vargas Caballero 2012-09-16 10:49:12 +0200
  • c5a9b79 Render only once in each main loop iteration by Roberto E. Vargas Caballero 2012-09-16 10:48:38 +0200
  • 85849ce Remove timeout in the main loop by Roberto E. Vargas Caballero 2012-09-16 10:47:21 +0200
  • 15cc875 Call XSync in redraw by Roberto E. Vargas Caballero 2012-09-16 10:46:08 +0200
  • ba1e9da Call XdbeQueryExtension before of calling any Xdbe function by Roberto E. Vargas Caballero 2012-09-16 10:45:36 +0200
  • a627897 Implementing italic-bold. This will require an increase of the avgWdth. by Christoph Lohmann 2012-09-14 19:46:07 +0200
  • b156352 Ignore NUL character as a padding character. Telnet may use this. Patch of by Christoph Lohmann 2012-09-13 23:21:40 +0200
  • 776a022 Importing the patch of Roberto Vargas to inherit signal handlers. by Christoph Lohmann 2012-09-13 23:19:57 +0200
  • fe2ba95 Reset window title on terminal reset too. by Christoph Lohmann 2012-09-13 07:16:38 +0200
  • 977c5d9 Adding a statemant on legacy support. by Christoph Lohmann 2012-09-13 07:04:59 +0200
  • d018c9c Adding another bold off sequence. by Christoph Lohmann 2012-09-13 07:04:34 +0200
  • 720cb81 Remove buffering to fileio instead of calling fflush by Roberto E. Vargas Caballero 2012-09-12 21:51:55 +0200
  • b9d5fec Add xmalloc and xrealloc wrappers by Roberto E. Vargas Caballero 2012-09-12 21:25:35 +0200
  • 8f1144e Make nyancat(1) work. Important release feature! by Christoph Lohmann 2012-09-12 13:20:10 +0200
  • 121d910 Add preliminary blink stubs. Real implementation is still missing. by Christoph Lohmann 2012-09-12 13:08:26 +0200
  • c092bce Add another obscure way to set a window title. by Christoph Lohmann 2012-09-12 13:00:39 +0200
  • af29fb2 Fixing the too small window in non-tiling window managers. by Christoph Lohmann 2012-09-10 13:39:41 +0200
  • 122ed57 Making the selection work again. by Christoph Lohmann 2012-09-06 08:02:56 +0200
  • a1cd28f Allow simpler stdout -f handling. by Christoph Lohmann 2012-09-06 00:00:50 +0200
  • f2da43a Adding instantenous debug output and fixing italic with a reset. by Christoph Lohmann 2012-09-05 23:38:57 +0200
  • 86cf8e3 Adding the removal of the timeouts to the TODO. by Christoph Lohmann 2012-09-05 23:06:59 +0200
  • 4a4ae19 Removing masks for unhandled enter and leaving events. by Christoph Lohmann 2012-09-05 22:39:09 +0200
  • dd0b7a0 If the selection is cleared, draw() and do it on button press too. by Christoph Lohmann 2012-09-05 22:17:42 +0200
  • f471a32 Unhighlight selection when selection is owner by other window by Roberto E. Vargas Caballero 2012-09-05 21:55:45 +0200
  • 017af76 Forcing the parameter limit to xcopy() and selpaste(). Thanks to Rob Pilling. by Christoph Lohmann 2012-09-05 21:54:52 +0200
  • 42505c5 Removing unneeded arguments to copy(). Thanks to Andrew Hills. by Christoph Lohmann 2012-09-05 21:52:01 +0200
  • 462a966 Implement italic font support. by Christoph Lohmann 2012-09-05 21:48:26 +0200
  • 56c551e Add to TODO to make function keys work. by Christoph Lohmann 2012-09-05 01:32:42 +0200
  • a61b9ea Enable keypad set and unset commands. by Christoph Lohmann 2012-09-05 01:25:37 +0200
  • da4a77e Disable BCE again. by Christoph Lohmann 2012-09-05 00:58:17 +0200
  • 98dc91e Removing the resize issue from the TODO file. by Christoph Lohmann 2012-09-05 00:09:13 +0200
  • 67c1a23 Fixing the resizing behaviour. by Christoph Lohmann 2012-09-05 00:08:13 +0200
  • e09709d Forgot one line. It's late. by Christoph Lohmann 2012-09-04 22:51:29 +0200
  • b1d383a Cleaning up the fixed window size and the resizing of clients. by Christoph Lohmann 2012-09-04 22:44:33 +0200
  • e02d724 Another thing for TODO – resize. by Christoph Lohmann 2012-09-04 22:06:54 +0200
  • 052a617 Updating the TODO and enabling BCE. by Christoph Lohmann 2012-09-04 22:05:24 +0200
  • 6e88c7f CUP == HVP; CHA == HPA; by Christoph Lohmann 2012-09-04 21:56:55 +0200
  • 59fe59d Unifying the old style. by Christoph Lohmann 2012-09-04 20:34:43 +0200
  • 98b6f84 Check alternative screen before drawing box selection by Roberto E. Vargas Caballero 2012-09-04 20:33:01 +0200
  • 66669a5 Add newline to stderr message by Roberto E. Vargas Caballero 2012-09-04 20:31:21 +0200
  • 1d67020 Fixing the border pixel when there is a negative position. by Christoph Lohmann 2012-09-03 23:09:34 +0200
  • 579f12d Add -g geometry to st and the manpage. by Christoph Lohmann 2012-09-03 23:02:29 +0200
  • 466decd Fixing a type in in2 in the st.info. by Christoph Lohmann 2012-09-03 21:54:40 +0200
  • 930b2c4 Force redisplay of all lines in DECSCNM by Roberto E. Vargas Caballero 2012-09-03 21:52:34 +0200
  • a984ffc Add write I/O to file by Roberto E. Vargas Caballero 2012-09-03 21:52:21 +0200
  • cfefa05 Patch from Roberto Vargas. »Add initialization strings in terminfo« by Christoph Lohmann 2012-09-03 21:50:22 +0200
  • b11d85c Add standout mode. by Christoph Lohmann 2012-09-02 19:53:50 +0200
  • 7f17a70 Cleaning up lonely tabs. by Christoph Lohmann 2012-09-02 19:43:29 +0200
  • 588ba51 Make it more obvious where the wrong attribute is used. by Christoph Lohmann 2012-09-02 19:42:00 +0200
  • c79df9f Enable multiple arguments in SM and RM by Roberto E. Vargas Caballero 2012-09-02 19:09:35 +0200
  • 4cdcc39 Add vpa terminfo capability by Roberto E. Vargas Caballero 2012-09-02 19:08:52 +0200
  • 81c678e Silencing the compiler but keeping strparse. by Christoph Lohmann 2012-08-30 21:19:53 +0200
  • c58950f Applying the CBT patch of Roberto Vargas. Thanks. by Christoph Lohmann 2012-08-30 21:17:54 +0200
  • 91fa81d Never trust terminfo fata morganas. And adding other xterm compatibility. by Christoph Lohmann 2012-08-30 07:38:47 +0200
  • 6696ef8 Add OSC, DSC, PM, APC and settitle. by Christoph Lohmann 2012-08-29 23:14:20 +0200
  • ff040e9 Adding setb and setf and a comment about terminfo installation. by Christoph Lohmann 2012-08-29 21:13:47 +0200
  • aaef13a Add CHT sequence by Roberto E. Vargas Caballero 2012-08-29 20:05:25 +0200
  • 12de47a Applying the patches of k0ga and changing the LICENSE file in the appropriate by Christoph Lohmann 2012-08-29 20:01:34 +0200
  • c084c06 Add TBC sequence by Roberto E. Vargas Caballero 2012-08-29 19:59:47 +0200
  • 93901ca Add HTS sequence by Roberto E. Vargas Caballero 2012-08-29 19:59:43 +0200
  • ee7fd74 Add tabs field into Term struct by Roberto E. Vargas Caballero 2012-08-29 19:59:37 +0200
  • c6853fe apply post-XDBE patch BORDER fix by Brandon Invergo 2012-08-03 14:46:40 +0200
  • 94771d0 Implement Xdbe-based double-buffering by Brandon Invergo 2012-07-28 14:27:26 +0200
  • 8fdba74 update TODO. by Aurélien Aptel 2012-02-27 12:48:13 +0100
  • cfea72c cleanup. refactored dirt-related function. by Aurélien Aptel 2012-02-27 12:44:02 +0100