https://github.com/eudoxia0/terminal-size
Get the size of the terminal from Common Lisp
https://github.com/eudoxia0/terminal-size
console lisp terminal
Last synced: 3 months ago
JSON representation
Get the size of the terminal from Common Lisp
- Host: GitHub
- URL: https://github.com/eudoxia0/terminal-size
- Owner: eudoxia0
- Created: 2017-04-27T23:32:34.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-10T23:07:35.000Z (almost 8 years ago)
- Last Synced: 2024-12-23T05:12:00.245Z (4 months ago)
- Topics: console, lisp, terminal
- Language: Common Lisp
- Size: 2.93 KB
- Stars: 11
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# terminal-size
Get the size of the terminal.
# Usage
```lisp
CL-USER> (terminal-size:size)86 ;; columns
50 ;; lines
```# License
Copyright (c) 2016–2017 Fernando Borretti
Licensed under the MIT License.