| Summary: | ports-mgmt/dialog4ports: breaks terminal after exited with Ctrl+C | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Dmitry Marakasov <amdmi3> |
| Component: | Individual Port(s) | Assignee: | Dmitry Marakasov <amdmi3> |
| Status: | Closed FIXED | ||
| Severity: | Affects Some People | CC: | kevans, ler, pi, rum1cro |
| Priority: | --- | Flags: | rum1cro:
maintainer-feedback+
|
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
| Bug Depends on: | 221023 | ||
| Bug Blocks: | |||
I can't reproduce it, Dmitry trying to (clarify|find) situation for reproducing it. This issue was fixed: https://svnweb.freebsd.org/base?view=revision&revision=321410 If any further base changes are required, please create separate (blocking) issues for them so assignees/merges to other branches can be documented correctly/clearly closing per M1cRO (IRC) APP [2:20 PM] somebody please close https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215572 , it was fixed, AMDmi3 seems on vacation |
Seems like d4p does not do a proper curses cleanup when catching SIGINT. (in some port directory) % ls -l total 36 -rw-r--r-- 1 root wheel 6454 Dec 24 11:40 Makefile -rw-r--r-- 1 root wheel 158 Dec 24 11:40 distinfo drwxr-xr-x 2 root wheel 512 Dec 25 16:44 files -rw-r--r-- 1 root wheel 367 Jan 22 2014 pkg-descr -rw-r--r-- 1 root wheel 13286 Dec 22 21:08 pkg-plist % sudo make config ^C % ls -l total 36 -rw-r--r-- 1 root wheel 6454 Dec 24 11:40 Makefile -rw-r--r-- 1 root wheel 158 Dec 24 11:40 distinfo drwxr-xr-x 2 root wheel 512 Dec 25 16:44 files -rw-r--r-- 1 root wheel 367 Jan 22 2014 pkg-descr -rw-r--r-- 1 root wheel 13286 Dec 22 21:08 pkg-plist This only seems to happen in tmux though. reset command fixes the terminal.