Added directories for ncurses
This commit is contained in:
2
texted.c
2
texted.c
@@ -560,7 +560,7 @@ int findLastChar(WINDOW* mainwin,int selRow,int mainX) {
|
||||
return selCol+1;
|
||||
}
|
||||
|
||||
int findLastCharWithArray(WINDOW* mainwin,WINDOW* stdscr,int selRow,int mainX,char* text, int textCounter,int numLines) {
|
||||
int findLastCharWithArray(WINDOW* mainwin,WINDOW* std,int selRow,int mainX,char* text, int textCounter,int numLines) {
|
||||
int selCol=0;
|
||||
for (int i=0;i>mainX;i++){
|
||||
// if (findCharInArray(text,selRow,i+1,numLines) == mvwinch(mainwin,selRow+1,1)) {
|
||||
|
Reference in New Issue
Block a user