psez is a modeless CUI text editor that works safely on Windows PowerShell,
Command Prompt, and SSH (ConPTY) environments.
It solves the well-known crash bug where backspacing full-width (CJK) characters
in editors like nano or micro causes SSH connections to crash on Windows ConPTY.
Features include Japanese/CJK text editing, UTF-8/Shift-JIS/EUC-JP auto-detection,
system clipboard integration, undo, word wrap, and atomic file saving.
README
psez
Windows PowerShell、コマンドプロンプト、および SSH(ConPTY)環境で安全に動作する、モードレスの CUI テキストエディタです。
特徴
モードレス設計 — 起動直後からそのままテキスト入力が可能です(Vim のようなモード切替は不要)
日本語・全角文字対応 — unicode-width クレートにより East Asian Width を正確に計算し、全角文字のカーソル位置を正しく管理します
ConPTY クラッシュ回避 — Windows の SSH(ConPTY)環境で全角文字をバックスペース削除するとSSH接続がクラッシュする既知の問題を、フル・リドロー方式により完全に回避しています