mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-12-01 22:51:08 +01:00
Add test comment
This commit is contained in:
parent
e52cd2dd41
commit
1b6919bb23
1 changed files with 1 additions and 0 deletions
|
|
@ -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());
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue