An open API service indexing awesome lists of open source software.

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

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.