File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -164,6 +164,7 @@ __gshared chtype acs_map[256];
164
164
// /Instead of calling ACS_VAR, you use ACS_VAR().
165
165
// /Close enough for now??
166
166
/* VT100 symbols begin here */
167
+
167
168
auto ACS_ULCORNER ()()
168
169
{ return acs_map[cast (ubyte )' l' ]; }
169
170
auto ACS_LLCORNER ()()
@@ -726,8 +727,8 @@ int refresh()()
726
727
int resetty ();
727
728
int reset_prog_mode ();
728
729
int reset_shell_mode ();
729
- // TODO check
730
- int function (int line, int function (WINDOW * win, int cols) init) ripoffline;
730
+ // TODO
731
+ __gshared int function (int line, int function (WINDOW * win, int cols) init) ripoffline;
731
732
int savetty ();
732
733
int scanw (char * fmt, ... );
733
734
int scr_dump (char * filename);
@@ -925,7 +926,7 @@ int getpary(U:WINDOW*)(U win)
925
926
*/
926
927
// TODO check...
927
928
int vid_attr (chtype a, ... )
928
- { vidattr(a); }
929
+ { return vidattr(a); }
929
930
930
931
931
932
/*
You can’t perform that action at this time.
0 commit comments