[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Using TeminalScreen.class to move cursor
[Thread Prev] | [Thread Next]
- Subject: Using TeminalScreen.class to move cursor
- From: Bruce Steers <bsteers4@xxxxxxxxx>
- Date: Sat, 30 Mar 2024 01:40:39 +0000
- To: Gambas Mailing List <user@xxxxxxxxxxxxxxxxxxxxxx>
If i move the cursor by using TerminalScreen what am i missing to update the view? For example this code... Public Sub btnMoveLeft_Click() TerminalView1._GetCurrentScreen().CursorLeft() End That moves the cursor left , if the cursor was initially at eol then if i use the keyboard to go right the terminal thinks i am at eol still and blinks and does not move. So either i need a way to move the cursor that updates the terminal properly/correctly or i need to update it manually after the position move. Can't figure out what i'm missing in how the terminalview works. (yes i know i'm tinkering with a hidden function of the internal API , but i couldn't find any other way, so how must I do it properly?) Cheers for any info/solutions BruceS
Re: Using TeminalScreen.class to move cursor | Benoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx> |