|
|
@3459
|
12 years |
Pascal Terjan |
* Do not lower refresh rate under 5 times per second
|
|
|
@3457
|
12 years |
Pascal Terjan |
* Adapt refresh rate dynamically and inform the server about it
|
|
|
@3456
|
12 years |
Pascal Terjan |
* Allow configuring max refresh rate
|
|
|
@3455
|
12 years |
Pascal Terjan |
* Don't refresh more than 60 times per second
|
|
|
@3445
|
12 years |
Pascal Terjan |
* Do not crash on unknown long option
|
|
|
@3444
|
12 years |
Pascal Terjan |
* Remove a memcpy
|
|
|
@3440
|
12 years |
Pascal Terjan |
* Fix a huge leak I had just introduced
|
|
|
@3438
|
12 years |
Pascal Terjan |
* Avoid a memcpy and allocating 128K on the stack
|
|
|
@3431
|
12 years |
Pascal Terjan |
* Handle large screens
|
|
|
@3324
|
12 years |
Pascal Terjan |
* Move attaching logic to a separate function
|
|
|
@2995
|
12 years |
Sam Hocevar |
Port neercs to the unified libcaca 0.99.beta15 API.
|
|
|
@2784
|
12 years |
Pascal Terjan |
* Only send title when it has changed
|
|
|
@2675
|
12 years |
Pascal Terjan |
* Don't crash when an option with mandatory argument is passed last
|
|
|
@2673
|
12 years |
Pascal Terjan |
* As to_grab and to_start are now part of screen_list, no need to have …
|
|
|
@2645
|
12 years |
Pascal Terjan |
* Move the end of options parsing into handle_command_line
|
|
|
@2642
|
12 years |
Jean-Yves Lamoureux |
* Moved most of the command line parsing to its own function
|
|
|
@2641
|
12 years |
Jean-Yves Lamoureux |
* Added window list and window selection by name using ctrl-a-"
|
|
|
@2639
|
12 years |
Jean-Yves Lamoureux |
* We can now choose current window with ctrl-a-N where N is 0-9
|
|
|
@2625
|
12 years |
Pascal Terjan |
* Filter out events that we don't use
* Reduce caca_get_event timeout
|
|
|
@2624
|
12 years |
Pascal Terjan |
* Move all server creatio ninto server.c
|
|
|
@2614
|
12 years |
Pascal Terjan |
* Factorize some code in attach.c
|
|
|
@2613
|
12 years |
Pascal Terjan |
* Handle events even if we get flooded on the socket
|
|
|
@2596
|
13 years |
Pascal Terjan |
* Suffix the server socket, it's on them that we glob
* If the last …
|
|
|
@2595
|
13 years |
Pascal Terjan |
* But don't leak
|
|
|
@2594
|
13 years |
Pascal Terjan |
* Wait until the server is started
|
|
|
@2592
|
13 years |
Pascal Terjan |
* Include config.h in attach.c to have DEBUG
|
|
|
@2591
|
13 years |
Pascal Terjan |
* Fix a double free and free everything in case of error
|
|
|
@2589
|
13 years |
Pascal Terjan |
* Add missing part in detach code (a lot of cleanup and fixes needed)
|
|
|
@2588
|
13 years |
Pascal Terjan |
* Rewrote detach handling, enjoy silent neercs
|
|
|
@2581
|
13 years |
bsittler |
Ctrl-A a & Ctrl-A ? behaviour
|
|
|
@2500
|
13 years |
Jean-Yves Lamoureux |
* Added an autolock timeout (autolock_timeout = N in configuration file)
|
|
|
@2497
|
13 years |
Jean-Yves Lamoureux |
* Use $HOME before trying to get user directory via getpwuid
|
|
|
@2496
|
13 years |
Jean-Yves Lamoureux |
* Removed a double-free and a leak. Mozilla, you have been trolled.
|
|
|
@2495
|
13 years |
Jean-Yves Lamoureux |
* Removed general local variables from main() and put it in struct …
|
|
|
@2493
|
13 years |
Sam Hocevar |
* Fix grabbing of one process: upper loop bound was wrong.
|
|
|
@2489
|
13 years |
Jean-Yves Lamoureux |
* Removed a double-free, check if ptr==NULL before freeing in several …
|
|
|
@2488
|
13 years |
Pascal Terjan |
* Have -r/-R/-S like screen
|
|
|
@2487
|
13 years |
Pascal Terjan |
* Add -c/--config to override local config file
|
|
|
@2486
|
13 years |
Jean-Yves Lamoureux |
* Changed /etc/neercs.conf to /etc/neercsrc (and changed example to …
|
|
|
@2484
|
13 years |
Jean-Yves Lamoureux |
* Factorized multiple calls of caca_refresh_display()
* Configuration …
|
|
|
@2481
|
13 years |
Pascal Terjan |
* Improve the speed of current attach (even if it will die)
* Fix …
|
|
|
@2480
|
13 years |
Pascal Terjan |
* Move most actions outside of option parsing
|
|
|
@2479
|
13 years |
Pascal Terjan |
* Move conditionnal include of pty.h from main.c to term.c
|
|
|
@2478
|
13 years |
Pascal Terjan |
* Don't use the caca_display in refresh_screens, it would make clean …
|
|
|
@2477
|
13 years |
Pascal Terjan |
* Close caca_display earlier when attaching
- Give an error when no …
|
|
|
@2474
|
13 years |
Pascal Terjan |
* First more or less working version of attach
|
|
|
@2473
|
13 years |
Jean-Yves Lamoureux |
* get_ms() returns ... microseconds. Renamed to get_us(). (fsck you)
…
|
|
|
@2471
|
13 years |
Jean-Yves Lamoureux |
* Added handlers for special keys (page up/down, insert, delete, home, …
|
|
|
@2468
|
13 years |
Jean-Yves Lamoureux |
* Cleaned a bit
* Added help (--help/-h)
|
|
|
@2466
|
13 years |
Jean-Yves Lamoureux |
* Break pterjan changes ftw
|
|
|
@2464
|
13 years |
Jean-Yves Lamoureux |
* Last configuration file line was not handled
* Added …
|
|
|
@2463
|
13 years |
Jean-Yves Lamoureux |
* Added configuration file and routines
|
|
|
@2458
|
13 years |
Pascal Terjan |
* Support detaching (NOT ATTACHING)
|
|
|
@2457
|
13 years |
Jean-Yves Lamoureux |
* Added lock-screen bugWfeature using PAM (likely to work only with …
|
|
|
@2456
|
13 years |
Jean-Yves Lamoureux |
* Don't send key that closed help window to current terminal
|
|
|
@2455
|
13 years |
Sam Hocevar |
* Do not build grab.c conditionally; instead, make grab_process() and
…
|
|
|
@2453
|
13 years |
Pascal Terjan |
* Oops revert parts of 2451 which should not have been commited
|
|
|
@2451
|
13 years |
Pascal Terjan |
* Remove termios stuff, does not do anything currently
|
|
|
@2448
|
13 years |
Jean-Yves Lamoureux |
* Made Screensaver Engine (called a glazillon times) cleaner
* Set …
|
|
|
@2447
|
13 years |
Jean-Yves Lamoureux |
* Added an ugly-not-finished-yet screensaver
|
|
|
@2445
|
13 years |
Jean-Yves Lamoureux |
* Added delayed (recurrent) functions, as well as a window-killing eyecandy
|
|
|
@2444
|
13 years |
Jean-Yves Lamoureux |
* Changed command line parsing to sam's mygetopt.c
|
|
|
@2433
|
13 years |
Pascal Terjan |
* Fix behavior with no parameter
|
|
|
@2431
|
13 years |
Pascal Terjan |
* Don't break build on platforms where grab is not supported
|
|
|
@2426
|
13 years |
Pascal Terjan |
* First attempt to grab a process when started with -P <pid>
|
|
|
@2421
|
13 years |
Jean-Yves Lamoureux |
* Put pty and prevpty in screen_list structure
|
|
|
@2402
|
13 years |
Jean-Yves Lamoureux |
* main.c now contains only main()
|
|
|
@2401
|
13 years |
Jean-Yves Lamoureux |
* Removed more stuff from main()
|
|
|
@2400
|
13 years |
Jean-Yves Lamoureux |
* Exploded main() into smaller parts (and that's ugly for now, yes)
|
|
|
@2395
|
13 years |
Jean-Yves Lamoureux |
* Totally unfinished scroll support (as vim uses it)
|
|
|
@2390
|
13 years |
Jean-Yves Lamoureux |
* Des espaces a la fin d'une ligne : Deux baffes dans ta gueule
|
|
|
@2389
|
13 years |
Pascal Terjan |
* Have pty and prevpty always valid, fixes the random crash when …
|
|
|
@2388
|
13 years |
Pascal Terjan |
* Switch to previous term when one shell exits
|
|
|
@2387
|
13 years |
Pascal Terjan |
* Move back title writing after drawing the associated box
|
|
|
@2385
|
13 years |
Pascal Terjan |
* Draw the titles after all the frames as they share the lines in …
|
|
|
@2384
|
13 years |
Pascal Terjan |
* Truncate titles larger than the window
|
|
|
@2383
|
13 years |
Pascal Terjan |
* Display the title of each screen on its frame
|
|
|
@2382
|
13 years |
Pascal Terjan |
* Handle the title set in each screen
|
|
|
@2380
|
13 years |
Jean-Yves Lamoureux |
* Get rid of the nice XTAB and YTAB macros, as they are unused, and …
|
|
|
@2379
|
13 years |
Jean-Yves Lamoureux |
* Set a BETTER title for the display
|
|
|
@2378
|
13 years |
Pascal Terjan |
* Set a title for the display
|
|
|
@2375
|
13 years |
Jean-Yves Lamoureux |
* ESC closes help window as well
|
|
|
@2373
|
13 years |
Jean-Yves Lamoureux |
* Minor cosmetic changes, filled README with crap
|
|
|
@2372
|
13 years |
Jean-Yves Lamoureux |
* Added a glazillon of checks for mallocs and frees and stuff (et …
|
|
|
@2371
|
13 years |
Jean-Yves Lamoureux |
* Added ctrl-a-k to close a window and associated process (temporary …
|
|
|
@2370
|
13 years |
Jean-Yves Lamoureux |
* Oops, added left arrow handling
|
|
|
@2369
|
13 years |
Jean-Yves Lamoureux |
* Changed default wm to VSPLIT and fixed wrong split size
|
|
|
@2368
|
13 years |
Jean-Yves Lamoureux |
* Added bell handling
|
|
|
@2367
|
13 years |
Jean-Yves Lamoureux |
* Added a status bar and an help screen
|
|
|
@2363
|
13 years |
Jean-Yves Lamoureux |
* Added Cards window manager
* Thumbnails are now black instead of …
|
|
|
@2362
|
13 years |
Jean-Yves Lamoureux |
* Added window management skeleton (ctrl-a-w)
|
|
|
@2361
|
13 years |
Jean-Yves Lamoureux |
* Splitted main.c and created effects.c for optionnal features
|
|
|
@2360
|
13 years |
Jean-Yves Lamoureux |
* Fixed window borders size
|
|
|
@2359
|
13 years |
Jean-Yves Lamoureux |
* moved thumbnail code to its own function, and added a box around …
|
|
|
@2358
|
13 years |
Jean-Yves Lamoureux |
* Added a default shell roolback if no arguments are givent
* …
|
|
|
@2357
|
13 years |
Jean-Yves Lamoureux |
* Reorganised screen management in a list
* Minor cosmetic changes
* …
|
|
|
@2356
|
13 years |
Pascal Terjan |
- Exit when requested by window manager
- Exit when all terms are …
|
|
|
@2143
|
13 years |
Sam Hocevar |
* Require libcaca >= 0.99beta13.
* Update event code to comply with …
|
|
|
@1838
|
13 years |
Sam Hocevar |
* Cursor support in neercs.
|
|
|
@1834
|
13 years |
Sam Hocevar |
* Display miniatures from all other windows at the bottom of the screen.
|
|
|