Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: coder/coder
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7500aa4
Choose a base ref
...
head repository: coder/coder
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0fc4594
Choose a head ref
  • 1 commit
  • 1 file changed
  • 2 contributors

Commits on Jul 1, 2025

  1. Fix SSH terminal modes for better MobaXTerm compatibility

    This change configures proper terminal control character mappings in the SSH PTY request to improve compatibility with SSH clients like MobaXTerm. Previously, an empty TerminalModes{} was used, which could cause control sequences like Ctrl+R (reverse search) to not work properly in certain clients.
    
    The fix includes standard terminal control characters such as:
    - VINTR (Ctrl+C), VQUIT (Ctrl+\), VERASE (Backspace)
    - VKILL (Ctrl+U), VEOF (Ctrl+D), VSUSP (Ctrl+Z)
    - VREPRINT (Ctrl+R), VWERASE (Ctrl+W), VLNEXT (Ctrl+V)
    - VSTART (Ctrl+Q), VSTOP (Ctrl+S), VDISCARD (Ctrl+O)
    
    This should resolve issues where MobaXTerm users experience problems with command history search and other terminal control sequences.
    
    Co-authored-by: sreya <[email protected]>
    sreya and sreya committed Jul 1, 2025
    Configuration menu
    Copy the full SHA
    0fc4594 View commit details
    Browse the repository at this point in the history
Loading