Home | History | Annotate | Download | only in terminal

Lines Matching refs:putChar

110             putChar((char) lastChar, isWide, false);
118 putChar(nc, isWide, false);
123 putChar((char) lastChar, isWide, false);
134 putChar((char) lastChar, isWide, false);
645 putChar((char) s, false, false);
1602 private void putChar(char c, boolean isWide, boolean doshowcursor) {
1608 // debugStr.append("putChar(")
1910 putChar(C++, R, c, attributes | FULLWIDTH);
1911 putChar(C, R, ' ', attributes | FULLWIDTH);
1913 putChar(C, R, c, attributes);
1918 * } else { if (insertmode==1) { insertChar(C, rows, c, attributes); } else { putChar(C,
2228 putChar(i, j, 'E', 0);