terminal-emulator
Here are 157 public repositories matching this topic...
Similar to #769, #548 -
side note: running "exit" does not close tab (just sits there)
open two tabs, write a sentence in one (don't press enter), close the other tab, and it'll delete the last word in the sentence.
-
Updated
Jun 9, 2020 - Shell
-
Updated
Jun 13, 2020 - C
-
Updated
May 31, 2020 - Go
I'm not sure if this is even possible, or if it's up to the Operating System, but I have two monitors and when the sudo pop-up opens when I'm editing a file, the dialog box opens on the other monitor (the primary one in Windows 10 settings). Would it be possible to force the dialog box pop-up to open on the same monitor as where the snowflake app is running? I totally understand if that is not som
Describe the bug
Forward Agent does not work.
To Reproduce
Steps to reproduce the behavior:
- Go to 'Edit Connection' for ssh connection
- Enable "Forward Agent" on 'SSH Connection'
- Run local
eval $(ssh-agent) - Run local
ssh-add - Connect to server by ssh
- Run on remote server
ssh-add -Land look error "Could not open a connection to your authentication agent
This was a casualty of migrating away from the winit crate, and because I rarely use that functionality except on Linux where the window manager often has an equivalent function, I haven't gotten around to adding it back yet.
-
Updated
Nov 6, 2019 - JavaScript
-
Updated
May 1, 2020 - JavaScript
-
Updated
May 24, 2020 - JavaScript
The description here https://developer.gnome.org/vte/0.48/VteTerminal.html says
Note that altough VteTerminal implements the GtkScrollable interface, you should not place a VteTerminal inside a GtkScrolledWindow container, since they are incompatible. Instead, pack the terminal in a horizontal GtkBox together with a GtkScrollbar which uses the GtkAdjustment returned from gtk_scrollable_get_va
-
Updated
Nov 29, 2018 - C
-
Updated
Dec 21, 2019 - C++
-
Updated
Mar 11, 2020 - C
-
Updated
Sep 15, 2019 - Go
-
Updated
Oct 6, 2018 - C
-
Updated
Apr 3, 2020 - C
Analyzing connection failures is hard to do without some kind of logging built into the app.
- Logging should be optional (globally or per connection)
- Logging should not contain sensitive data (passwords, private keys, transferred data), or have configurable detail
- Logging should be done in a temporary file in the app storage
- On the user's request the log should be exported to a plain
OS: MacOS Sierra 10.12.4
bterm version: 0.8.2
Sub menu items can be invoked directly on click or by its keyboard short cut, shown on the right side of the item.
Please check the item as it gets fixed.
- Undo item is not working ( both click and shortcut )
- Redo item is not working ( both click and shortcut )
- Cut item is working as Copy item ( both click and shortcut )
-
Updated
Apr 3, 2020 - C
-
Updated
Nov 16, 2019 - Go
-
Updated
Jul 3, 2018 - JavaScript
-
Updated
Jun 28, 2018 - SystemVerilog
theme.lua colors
Perhaps in the documentation we should offer sample xterm 256 colors?
From https://jonasjacek.github.io/colors/
local bg = '#000000'
return {
color_background = bg,
color_foreground = fg,
color_0 = '#000000',
color_1 = '#800000',
color_2 = '#008000',
color_3 = '#808000',
color_4 = '#000080',
color_5 = '#800080',
color_6 = '#008080',
Improve URL regex
-
Updated
May 1, 2019 - Kotlin
-
Updated
May 1, 2020 - JavaScript
Improve this page
Add a description, image, and links to the terminal-emulator topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the terminal-emulator topic, visit your repo's landing page and select "manage topics."
VS Code issue: microsoft/vscode#90903