Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ctrl-C not respected #981

Closed
russjones opened this issue May 13, 2017 · 0 comments · Fixed by #1012
Closed

Ctrl-C not respected #981

russjones opened this issue May 13, 2017 · 0 comments · Fixed by #1012
Assignees
Labels
Milestone

Comments

@russjones
Copy link
Contributor

Issue

If you log into a node, connect to a socket, then Ctrl-C no longer works.

Steps to Reproduce

  1. Connect to a Teleport node.
  2. nc -l localhost 1234
  3. Type Ctrl-C you will see ^C^C^C^C^C^C^C^C^C^C.

Can be reproduced with ssh (Client) -> Teleport (Server) or tsh (Client) -> Teleport (Server).

@russjones russjones added the bug label May 13, 2017
@russjones russjones added this to the 2.1 milestone May 13, 2017
@russjones russjones self-assigned this May 13, 2017
hatched added a commit to hatched/teleport-merge that referenced this issue Nov 30, 2022
* Add gap property to Flex

This will help us stop adding margins on individual items.

styled-system doesn't seem to support gap yet [1] but we can just add it
ourselves.

This code works for styled-system v3.1.11 [2]. In the future we'll need
to simply replace `style` with `system` [3].

[1] styled-system/styled-system#1159
[2] https://github.com/styled-system/styled-system/blob/v3.1.11/docs/custom-props.md
[3] https://styled-system.com/custom-props/

* prettier

Co-authored-by: Jeff Pihach <[email protected]>
hatched added a commit that referenced this issue Dec 20, 2022
* Add gap property to Flex

This will help us stop adding margins on individual items.

styled-system doesn't seem to support gap yet [1] but we can just add it
ourselves.

This code works for styled-system v3.1.11 [2]. In the future we'll need
to simply replace `style` with `system` [3].

[1] styled-system/styled-system#1159
[2] https://github.com/styled-system/styled-system/blob/v3.1.11/docs/custom-props.md
[3] https://styled-system.com/custom-props/

* prettier

Co-authored-by: Jeff Pihach <[email protected]>
hatched added a commit that referenced this issue Feb 1, 2023
* Add gap property to Flex (#981)

* Add gap property to Flex

This will help us stop adding margins on individual items.

styled-system doesn't seem to support gap yet [1] but we can just add it
ourselves.

This code works for styled-system v3.1.11 [2]. In the future we'll need
to simply replace `style` with `system` [3].

[1] styled-system/styled-system#1159
[2] https://github.com/styled-system/styled-system/blob/v3.1.11/docs/custom-props.md
[3] https://styled-system.com/custom-props/

* Remove unnecessary tranformValue for gap (#984)

It makes it impossible to specify gap as a specific value, for example "8px"
as it'll get transformed to "8pxpx".

Co-authored-by: Jeff Pihach <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant