使用putty-256color在终端类型(和UTF-8 Trasl)中访问putty。我在提示行中按左或右键。它显示了这个矩形:
但如果我按 Ctrl 或 Shift 和左/右,它会将光标移动OK。 当我通过VNC访问它工作正常。 我可能是腻子 Byobu 5.87 tmux 1.9
有什么建议吗? 感谢。
答案 0 :(得分:0)
这是- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath {
UITableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:@"cell" forIndexPath:indexPath];
//Number to Sting --> [Number stringValue]
cell.textLabel.text = [[[dailyData objectAtIndex:indexPath.row]objectForKey:@"sunsetTime"] stringValue];
return cell;
}
tmux命令显示窗格ID的结果。
最初,它绑定到display-panes
,但似乎您的右/左键发送此序列或您更改了绑定,以便在右/左键上执行该命令。
要检查您的密钥序列,请仅使用C-b q
。
要检查tmux密钥绑定,请在tmux中使用cat
命令。