|
|
@4793
|
10 years |
Pascal Terjan |
Fix a bit more for FreeBSD
|
|
|
@4792
|
10 years |
Sam Hocevar |
util.h and libutil.h seem mutually exclusive on OS X; only include the …
|
|
|
@4791
|
10 years |
Pascal Terjan |
Include util.h or libutil.h depending on what is available, should …
|
|
|
@4366
|
12 years |
Sam Hocevar |
Clean up source code, copyright information, author names, SVN keywords…
|
|
|
@4074
|
12 years |
Jean-Yves Lamoureux |
* Moved ANSI emulation to ansi.c (term.c now just handles terminals stuff)
|
|
|
@4063
|
12 years |
Jean-Yves Lamoureux |
* Moved modal windows flags to struct modal
|
|
|
@4058
|
12 years |
Jean-Yves Lamoureux |
* Moved screensaver property to clean struct screensaver
|
|
|
@4057
|
12 years |
Jean-Yves Lamoureux |
* Preliminary mouse support (works in mc, at least)
|
|
|
@4056
|
12 years |
Jean-Yves Lamoureux |
* Don't enter lock routine if USE_LOCK is undefined
|
|
|
@4052
|
12 years |
Jean-Yves Lamoureux |
* Server's mainloop now repeatedly calls server_iteration()
|
|
|
@4049
|
12 years |
Jean-Yves Lamoureux |
* Restored bell behaviour
|
|
|
@4020
|
13 years |
Jean-Yves Lamoureux |
* Removed silly implementation of TBC, to be continued
|
|
|
@4019
|
13 years |
Jean-Yves Lamoureux |
* Dummy TBC Tab Clear handling, very unlikely to work as expected.
|
|
|
@4017
|
13 years |
Jean-Yves Lamoureux |
* Implemented "Report Cursor Position" ansi sequence
|
|
|
@4016
|
13 years |
Jean-Yves Lamoureux |
* Implemented "DA -- Device Attributes" ansi sequence (vttest 6/4)
|
|
|
@3992
|
13 years |
Jean-Yves Lamoureux |
* Fixed refresh in card mode, which caused selected window to be …
|
|
|
@3991
|
13 years |
Jean-Yves Lamoureux |
* Indentation / comments
|
|
|
@3990
|
13 years |
Jean-Yves Lamoureux |
* VT Vertical Tab support (\x0b). vttest A B C D E F G H now completes …
|
|
|
@3989
|
13 years |
Jean-Yves Lamoureux |
* Handle 'interleaved' control characters INSIDE a CSI command. vttest …
|
|
|
@3988
|
13 years |
Jean-Yves Lamoureux |
* Added ESC#8 private command, fixed EL and ED behaviours
|
|
|
@3978
|
13 years |
Pascal Terjan |
* Handle top/bottom in RI, and add some -1/+1 when needed
|
|
|
@3977
|
13 years |
Pascal Terjan |
* Fix Erase In Line (2) and add missing -1 for the beauty of the code
|
|
|
@3969
|
13 years |
Jean-Yves Lamoureux |
* Massive indentation pass, could insert odd things, blame pterjan, he …
|
|
|
@3968
|
13 years |
Jean-Yves Lamoureux |
* Identation
|
|
|
@3966
|
13 years |
Jean-Yves Lamoureux |
* Clear full last line while scrolling because of beeing on the last line
|
|
|
@3965
|
13 years |
Jean-Yves Lamoureux |
* Fixed 'Erase In Page' command to clear last line (unix 'clear' …
|
|
|
@3959
|
13 years |
Jean-Yves Lamoureux |
* Added --lock-after (-l) command line option (locks after N seconds), …
|
|
|
@3957
|
13 years |
Jean-Yves Lamoureux |
* Implemented \33M ANSI command (scroll up), less now works flawlessly …
|
|
|
@3956
|
13 years |
Jean-Yves Lamoureux |
* Finally fixed 'up' (history) bug(s)
|
|
|
@3900
|
13 years |
Pascal Terjan |
* Fix vertical scrolling with arrows
|
|
|
@3899
|
13 years |
Pascal Terjan |
* Apparently \033 is more common than \x1b for ESC. Use the former in …
|
|
|
@3891
|
13 years |
Pascal Terjan |
* Store real pid in screen struct (even if not used) and properly set …
|
|
|
@3461
|
13 years |
Pascal Terjan |
* Fix a in_bell unbalanced increment when activating visual bell …
|
|
|
@3453
|
13 years |
Pascal Terjan |
* First incomplete reduction of useless blits
|
|
|
@3442
|
13 years |
Pascal Terjan |
* Don't refresh when only hidden term changed and we have no thumbnails
|
|
|
@3435
|
13 years |
Pascal Terjan |
* Enforce somme default colors (else negative can't be achieved when …
|
|
|
@3434
|
13 years |
Pascal Terjan |
* Redraw once when getting in visual bell and once after, only
|
|
|
@2995
|
14 years |
Sam Hocevar |
Port neercs to the unified libcaca 0.99.beta15 API.
|
|
|
@2615
|
14 years |
Sam Hocevar |
* term.c: use size_t instead of unsigned int to avoid warnings.
|
|
|
@2582
|
14 years |
bsittler |
improved terminal emulation (partial ISO-2022 support)
|
|
|
@2507
|
14 years |
Sam Hocevar |
* Cosmetic: nicer debug output.
|
|
|
@2505
|
14 years |
Sam Hocevar |
* Start refactoring grab.c: instead of writing code to the stack, we …
|
|
|
@2479
|
14 years |
Pascal Terjan |
* Move conditionnal include of pty.h from main.c to term.c
|
|
|
@2455
|
14 years |
Sam Hocevar |
* Do not build grab.c conditionally; instead, make grab_process() and
…
|
|
|
@2453
|
14 years |
Pascal Terjan |
* Oops revert parts of 2451 which should not have been commited
|
|
|
@2451
|
14 years |
Pascal Terjan |
* Remove termios stuff, does not do anything currently
|
|
|
@2445
|
14 years |
Jean-Yves Lamoureux |
* Added delayed (recurrent) functions, as well as a window-killing eyecandy
|
|
|
@2444
|
14 years |
Jean-Yves Lamoureux |
* Changed command line parsing to sam's mygetopt.c
|
|
|
@2431
|
14 years |
Pascal Terjan |
* Don't break build on platforms where grab is not supported
|
|
|
@2429
|
14 years |
Pascal Terjan |
* Remove one of the reads of /proc
|
|
|
@2426
|
14 years |
Pascal Terjan |
* First attempt to grab a process when started with -P <pid>
|
|
|
@2421
|
14 years |
Jean-Yves Lamoureux |
* Put pty and prevpty in screen_list structure
|
|
|
@2402
|
14 years |
Jean-Yves Lamoureux |
* main.c now contains only main()
|
|
|
@2396
|
14 years |
Jean-Yves Lamoureux |
* Fixed Erase In Page (clear) width
|
|
|
@2395
|
14 years |
Jean-Yves Lamoureux |
* Totally unfinished scroll support (as vim uses it)
|
|
|
@2382
|
14 years |
Pascal Terjan |
* Handle the title set in each screen
|
|
|
@2368
|
14 years |
Jean-Yves Lamoureux |
* Added bell handling
|
|
|
@1834
|
15 years |
Sam Hocevar |
* Display miniatures from all other windows at the bottom of the screen.
|
|
|
@1459
|
15 years |
Sam Hocevar |
* Bwarf, typo in the no warranty clause.
|
|
|
@1455
|
15 years |
Sam Hocevar |
* Add a no warranty clause to the code.
|
|
|
@1437
|
15 years |
Sam Hocevar |
* Imported libcaca's test/term.c into our tree.
|