Files
saphir/README.md

31 lines
963 B
Markdown
Raw Normal View History

2022-07-31 19:32:32 +00:00
# saphir
2022-07-31 15:39:08 -04:00
Tiling window extensions for TempleOS WinMgr
![saphir](https://git.checksum.fail/alec/saphir/raw/branch/master/screenshot.png? "saphir")
# Info
2022-07-31 15:41:05 -04:00
Saphir extends the existing TempleOS WinMgr to provide tiling window functionality, as well as provide some sane defaults to those who prefer a less "blinky" interface.
The active window is displayed with `LTRED` border color; inactive windows use `LTGRAY` border color.
Cursors are automatically hidden for inactive windows; the active window cursor blinks `CYAN` & `WHITE` instead of `YELLOW` and `BLACK`.
The current `CTask` address and `task_title` is displayed on a status bar at the bottom of the screen.
Saphir does not require you to recompile your Kernel; any changes to existing functions are live-patched and not persistent.
2022-07-31 15:39:08 -04:00
# Usage
`#include "Run";`
# Keyboard shortcuts
`ALT` + arrow keys : navigate windows
2022-07-31 15:41:05 -04:00
2022-07-31 15:39:08 -04:00
`ALT` + `h` : split window horizontal
2022-07-31 15:41:05 -04:00
2022-07-31 15:39:08 -04:00
`ALT` + `v` : split window vertical