Home
last modified time | relevance | path

Searched refs:terminal (Results 1 – 7 of 7) sorted by relevance

/Renode-v1.15.3-c57714d/src/Renode/UI/
DTerminalWidget.cs30 … {CreateKey(Key.Home, ModifierKeys.Shift), () => terminal.MoveScrollbarToBeginning() }, in TerminalWidget()
31 {CreateKey(Key.End, ModifierKeys.Shift), () => terminal.MoveScrollbarToEnd() }, in TerminalWidget()
32 {CreateKey(Key.PageUp, ModifierKeys.Shift), () => terminal.PageUp() }, in TerminalWidget()
33 {CreateKey(Key.PageDown, ModifierKeys.Shift), () => terminal.PageDown() }, in TerminalWidget()
34 {CreateKey(Key.Up, ModifierKeys.Shift), () => terminal.LineUp() }, in TerminalWidget()
35 {CreateKey(Key.Down, ModifierKeys.Shift), () => terminal.LineDown() }, in TerminalWidget()
45 terminal = new Terminal(focusProvider); in TerminalWidget()
46 IOSource = new TerminalIOSource(terminal); in TerminalWidget()
57 terminal.InnerMargin = new WidgetSpacing(5, 5, 5, 5); in TerminalWidget()
58 terminal.Cursor.Enabled = true; in TerminalWidget()
[all …]
DTerminalActions.cs17 Clipboard.SetText(terminal.CollectClipboardData().Text); in CopyMarkedField()
45 var newSize = terminal.CurrentFont.Size + 1; in FontSizeUp()
46 terminal.CurrentFont = terminal.CurrentFont.WithSize(newSize); in FontSizeUp()
51 var newSize = Math.Max(terminal.CurrentFont.Size - 1, 1.0); in FontSizeDown()
52 terminal.CurrentFont = terminal.CurrentFont.WithSize(newSize); in FontSizeDown()
58 terminal.CurrentFont = terminal.CurrentFont.WithSize(newSize); in SetDefaultFontSize()
DTerminalIOSource.cs20 public TerminalIOSource(Terminal terminal) in TerminalIOSource() argument
22 …vt100decoder = new TermSharp.Vt100.Decoder(terminal, b => HandleInput(b), new TerminalToRenodeLogg… in TerminalIOSource()
73 terminal = t; in TerminalToRenodeLogger()
78 Logger.LogAs(terminal, LogLevel.Warning, format, args); in Log()
81 private readonly Terminal terminal; field in Antmicro.Renode.UI.TerminalIOSource.TerminalToRenodeLogger
/Renode-v1.15.3-c57714d/tests/platforms/verilated/
Dzynq_verilated_fpga_isp.robot31 …ms like the simulated shell splits long lines what messes with `waitForEcho` in the terminal tester
/Renode-v1.15.3-c57714d/
DCHANGELOG.rst630 * precise pausing tests for LED and terminal tester
677 * cursor blinking in terminal on Windows
824 * new key bindings in all terminal windows: Shift+Up/Down arrow for line scrolling and Shift+Home/E…
1201 * option to flush terminal history when connecting via socket
1377 …ssibility to take framebuffer screenshots. This also works with certain terminal emulators, like i…
1613 * crash when copying data from the terminal to clipboard on Windows
1805 * highlighting of wrapped lines in the terminal on Windows
1940 * first line blinking in terminal on Windows
2060 * terminal state after running Robot tests
2062 * text highlighting in wrapped lines in terminal windows
/Renode-v1.15.3-c57714d/tests/platforms/
DZedboard.robot267 …# Very long commands are splited into many lines due to the terminal width (number of columns), wh…
/Renode-v1.15.3-c57714d/images/
Drenode-screencast.svg1 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="terminal" ba… id
150 … The colors defined below are the default 16 colors used for rendering text of the terminal. Adjust
152 gjm8 color theme (source: https://terminal.sexy/) */