This website requires JavaScript.
Explore
Help
Sign In
idris-lang
/
Idris2
Watch
1
Star
1
Fork
0
You've already forked Idris2
mirror of
https://github.com/idris-lang/Idris2.git
synced
2024-12-20 18:21:47 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
2994e23fd0
Idris2
/
support
/
c
/
idris_term.h
6 lines
92 B
C
Raw
Normal View
History
Unescape
Escape
Use pragma once instead of include guard Pragma once is supported by all compilers for the last ten years. Better use it instead of include guards (which use different styles in different files).
2021-06-27 09:32:03 +03:00
#
pragma once
Automatic console width detection
2020-08-16 14:20:12 +03:00
Windows color fix
2020-08-19 12:27:26 +03:00
void
idris2_setupTerm
(
)
;
Automatic console width detection
2020-08-16 14:20:12 +03:00
int
idris2_getTermCols
(
)
;
int
idris2_getTermLines
(
)
;
Reference in New Issue
Copy Permalink