mirror of
https://github.com/danbee/danbarber.me
synced 2025-03-04 08:59:10 +00:00
19 lines
442 B
Markdown
19 lines
442 B
Markdown
---
|
|
title: One Line Fix for Terminal.app
|
|
date: Mon, 24 May 2010 00:00:00 +0000
|
|
categories:
|
|
- blog
|
|
- linux
|
|
- mac
|
|
- screen
|
|
- terminal
|
|
layout: post
|
|
---
|
|
|
|
Anybody that uses Terminal.app on Mac OS to regularly connect to Linux servers -- particularly those that use `screen` -- will be aware of the issues with backspace. The following terminal one liner seems to resolve the issues:
|
|
|
|
$ defaults write com.apple.Terminal TermCapString xterm
|
|
|
|
|
|
|