Changes between Initial Version and Version 13 of Ticket #3623
- Timestamp:
- 01/15/22 11:51:31 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3623
- Property Status changed from new to closed
- Property Component changed from mc-core to mc-tty
- Property Resolution changed from to duplicate
- Property Milestone changed from 4.8.17 to
-
Ticket #3623 – Description
initial v13 6 6 mc-4.8.16-8.1.x86_64 works just perfect in a single ssh session and freeze reaction on keyboard when runs under screen/tmux (sometimes it does not react on a single keypress, sometimes with delay up to 3-4 secs, sometimes - without problem) 7 7 8 {{{ 8 9 GNU Midnight Commander 4.8.16 9 10 Built with GLib 2.36.3 … … 17 18 Virtual File Systems: cpiofs, tarfs, sfs, extfs, ftpfs, sftpfs, fish, smbfs 18 19 Data types: char: 8; int: 32; long: 64; void *: 64; size_t: 64; off_t: 64; 19 20 }}} 20 21 mc-4.8.7-8.el7.x86_64 works under screen/tmux just fine 22 {{{ 21 23 GNU Midnight Commander 4.8.7 22 24 Built with GLib 2.36.3 … … 30 32 Virtual File Systems: cpiofs, tarfs, sfs, extfs, ftpfs, sftpfs, fish, smbfs 31 33 Data types: char: 8; int: 32; long: 64; void *: 64; size_t: 64; off_t: 64; 34 }}} 32 35 33 36 mc 3:4.8.16-2 under debian 8.3 does not affected too: 37 {{{ 34 38 GNU Midnight Commander 4.8.16 35 39 Built with GLib 2.32.4 … … 44 48 Virtual File Systems: cpiofs, tarfs, sfs, extfs, ftpfs, sftpfs, fish 45 49 Data types: char: 8; int: 32; long: 64; void *: 64; size_t: 64; off_t: 64; 46 50 }}} 47 51 48 52 … … 50 54 1. install OEL7 (sure that this problem will exist on CentOS/RHEL as well) 51 55 2. create mc yum repository: 56 {{{ 52 57 # cat >/tmp/yum.repos.d/midnight-commander.repo <<EOF 53 58 [mc7] … … 57 62 gpgcheck=0 58 63 EOF 64 }}} 59 65 3. update mc: 66 {{{ 60 67 # yum install mc screen tmux 68 }}} 61 69 4. run mc and check that everything is fine (press arrows, go to menu): 70 {{{ 62 71 $ rpm -q mc 63 72 mc-4.8.16-8.1.x86_64 64 73 $ mc 74 }}} 65 75 5. exit mc, run it under screen: 76 {{{ 66 77 $ screen 67 78 $ mc 79 }}} 68 80 6. press arrows and browse the mc's menu to see that something wrong