mirror of
https://github.com/fankes/termux-app.git
synced 2025-09-06 18:55:31 +08:00
Add test comment
This commit is contained in:
@@ -92,6 +92,7 @@ public class TerminalTest extends TerminalTestCase {
|
|||||||
assertEnteringStringGivesResponse("\033[6n", "\033[2;1R");
|
assertEnteringStringGivesResponse("\033[6n", "\033[2;1R");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/** Test the cursor shape changes using DECSCUSR. */
|
||||||
public void testSetCursorStyle() throws Exception {
|
public void testSetCursorStyle() throws Exception {
|
||||||
withTerminalSized(5, 5);
|
withTerminalSized(5, 5);
|
||||||
assertEquals(TerminalEmulator.CURSOR_STYLE_BLOCK, mTerminal.getCursorStyle());
|
assertEquals(TerminalEmulator.CURSOR_STYLE_BLOCK, mTerminal.getCursorStyle());
|
||||||
|
Reference in New Issue
Block a user