This website works better with JavaScript.
Explore
Help
Register
Sign In
sigonasr2
/
curses
Watch
1
Star
0
Fork
You've already forked curses
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21
Commits
1
Branch
0
Tags
123 KiB
Tag:
Branch:
Tree:
main
main
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'main'
${ noResults }
curses
/
project
/
extras.c
6 lines
82 B
Raw
Permalink
Normal View
History
Unescape
Escape
Include additional header and separate file
2 years ago
#
include
<ncurses.h>
#
include
"extras.h"
void
writeExtras
(
)
{
addch
(
ACS_PI
)
;
}