Skip to content

Commit 36d4df7

Browse files
committed
clear() => nclear() to fix conflict with core.module.clear()
This is kind of an ugly solution, but we both agree it's better than typing the fully-qualified name every time you want to clear the screen. A better way would be welcomed.
1 parent 68b87f7 commit 36d4df7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

deimos/ncurses/ncurses.d

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,4 @@
3232
module deimos.ncurses.ncurses;
3333

3434
public import deimos.ncurses.curses;
35+
alias deimos.ncurses.curses.clear nclear;

0 commit comments

Comments
 (0)