File history
Tracking elkscmd/screen/screen.c
| Commit | Author | Date | Message |
|---|---|---|---|
02a57d6e99ef5674defa84f660acf5e73abaf75 | Greg Haerr | 2025-12-19 | [kernel] Increase size of max UNIX socket name to 20 |
ef18f791a0fc76356df88e6fb5971a65e53bb1a | Greg Haerr | 2025-02-03 | [kernel,Nano-X] Remove unused AF_NANO sockets, cleanup Nano-X source |
2a84b994429536a37e72e393d2aecc99333fa71 | Greg Haerr | 2024-04-17 | Cleanup screen program |
e63b610b8edec9ee1e7ddd493e7d13d590519b0 | Chuck Coffing | 2024-01-15 | Fix warnings in screen |
f827cd182725ae93b3db454a2d0fc75b5d4cd81 | Chuck Coffing | 2024-01-15 | Modernize and improve portability of screen |
f0e630628cb43f4f76e1e240d5ba67d2518a80c | Chuck Coffing | 2023-12-31 | Fix mismatched prototype |
d0789040fcbf2a46ac561fa614d53947875d568 | Chuck Coffing | 2023-12-31 | Explicit int type for variables |
6dc1ac5051ce6228983537bdb155911d0a78e43 | Chuck Coffing | 2023-12-31 | Explicit (void) in function prototypes |
244ea1f039ff81e859be1d0897e5c80cba1ab29 | Chuck Coffing | 2023-12-31 | Modernize prototypes, no functional changes |
7a74049160301d99fda488badb35e09945ec0fe | Chuck Coffing | 2023-12-30 | Standard ELKS formatting, no functional changes |
bc79f0ce32e57c1ce979209ec9591d1e8bc4d77 | Chuck Coffing | 2023-12-16 | Path cleanups |
92ebc72726afe3509358e1f927bbc9096501957 | Greg Haerr | 2023-09-09 | Rewrite ttyname |
fe0a7479f5aeedc9514dbfe4f95ffac50095e8e | Chuck Coffing | 2023-03-17 | [libc] limits.h with PATH_MAX |
00759493838f3d1d3234252519a08318e5ee7f1 | Gregory Haerr | 2023-01-17 | [libc] Cleanup exec* functions (#1520) |
f4eb476507989bd83538a0d100ba6b8318eb839 | Greg Haerr | 2023-01-17 | Various small source file cleanups |
61fb3b3dda7dd9aa71631145311d6fea7a28ca2 | Greg Haerr | 2022-12-29 | [cmds,build] Various small cleanups |
68e532b3cf57200501fbe2466e38a432445bb29 | georgp24 | 2020-05-01 | Use FD_SET in standard headers and update version |
7b25a6ed42f7a6d54722173ab1b5b6c7f14dd32 | georgp24 | 2020-05-01 | Get the screen window manager to compile and run |
4d33cecfc6f424558b8c99017a10211c1f59f05 | Jody Bruchon | 2020-03-09 | Revert "Whitespace cleanup in `elks/`" |
f832e0d03520db4c4b1ac57cf7b95194508cc25 | Jody Bruchon | 2020-03-09 | elkscmd: automated cleanup around the == operator |
4faacddddddd12015a9c1f3b9417bccf72ee4b5 | Jody Bruchon | 2017-03-16 | Remove all trailing whitespace from elkscmd c/h/s files |
1e188c9ce3a097988cb75e807892959a74d586a | Jody Bruchon | 2015-03-07 | Merge 'elksnet' into 'elkscmd' to simplify directory structure |
cf99592d6ed87ef8893dd5bd137bad573fa6437 | Eduardo Habkost | 2004-06-09 | screen now builds. It doesn't work, yet, but it builds, now |
ba583ca73cc8e1108bba7212d7f9063bb0eadad | Eduardo Habkost | 2004-06-09 | Compilation fixes for screen |
028b246aa10814d6bb1fb754f0215b3021d2df0 | Eduardo Habkost | 2004-06-09 | * Don't build scren by default, until it is working * Few little changes trying to make screen compile |
9ce5489d7b99eee2c1c242bc84f991d0acfb823 | Riley H. Williams | 2001-10-06 | Added facility to compile screen and ktcp - and actually committed it this time !!!!!!! |
d64ef4a7ec13aadcc4e329ce045acb5a0f9228d | Riley H. Williams | 2001-09-19 | Added screen 2.0a package to toolset, and added `make all` facility from base directory. |