Skip to content

Commit

Permalink
Deploy to GitHub Pages
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions committed Nov 2, 2024
1 parent 0556d39 commit 47e8259
Show file tree
Hide file tree
Showing 205 changed files with 1,637 additions and 1,633 deletions.
6 changes: 3 additions & 3 deletions R/ACTIVE.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
<pre>
<span class='curline'><a href='../S/src--subshell--common.c.html#L506'>ACTIVE</a> 506 src/subshell/common.c if (subshell_state != ACTIVE)</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L896'>ACTIVE</a> 896 src/subshell/common.c subshell_state = ACTIVE;</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1470'>ACTIVE</a> 1470 src/subshell/common.c subshell_state = ACTIVE;</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1723'>ACTIVE</a> 1723 src/subshell/common.c subshell_state = ACTIVE;</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1767'>ACTIVE</a> 1767 src/subshell/common.c subshell_state = ACTIVE;</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1474'>ACTIVE</a> 1474 src/subshell/common.c subshell_state = ACTIVE;</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1727'>ACTIVE</a> 1727 src/subshell/common.c subshell_state = ACTIVE;</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1771'>ACTIVE</a> 1771 src/subshell/common.c subshell_state = ACTIVE;</span>
</pre>
</body>
</html>
4 changes: 2 additions & 2 deletions R/BUF_MEDIUM.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
<span class='curline'><a href='../S/src--filemanager--tree.c.html#L711'>BUF_MEDIUM</a> 711 src/filemanager/tree.c char msg[BUF_MEDIUM];</span>
<span class='curline'><a href='../S/src--filemanager--tree.c.html#L746'>BUF_MEDIUM</a> 746 src/filemanager/tree.c char msg[BUF_MEDIUM];</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L152'>BUF_MEDIUM</a> 152 src/subshell/common.c #define PTY_BUFFER_SIZE BUF_MEDIUM /* Arbitrary; but keep it &gt;= 80 */</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1328'>BUF_MEDIUM</a> 1328 src/subshell/common.c char precmd[BUF_MEDIUM];</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1432'>BUF_MEDIUM</a> 1432 src/subshell/common.c init_subshell_precmd (precmd, BUF_MEDIUM);</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1332'>BUF_MEDIUM</a> 1332 src/subshell/common.c char precmd[BUF_MEDIUM];</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1436'>BUF_MEDIUM</a> 1436 src/subshell/common.c init_subshell_precmd (precmd, BUF_MEDIUM);</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L256'>BUF_MEDIUM</a> 256 src/vfs/ftpfs/ftpfs.c static char buffer[BUF_MEDIUM];</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L620'>BUF_MEDIUM</a> 620 src/vfs/ftpfs/ftpfs.c char reply_string[BUF_MEDIUM];</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--config_parser.c.html#L227'>BUF_MEDIUM</a> 227 src/vfs/sftpfs/config_parser.c char buffer[BUF_MEDIUM];</span>
Expand Down
2 changes: 1 addition & 1 deletion R/BUF_SMALL.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L1384'>BUF_SMALL</a> 1384 src/filemanager/panel.c char buffer[BUF_SMALL];</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L316'>BUF_SMALL</a> 316 src/subshell/common.c char sid_str[BUF_SMALL];</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L527'>BUF_SMALL</a> 527 src/subshell/common.c char subshell_cursor_buffer[BUF_SMALL];</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1326'>BUF_SMALL</a> 1326 src/subshell/common.c static char pty_name[BUF_SMALL];</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1330'>BUF_SMALL</a> 1330 src/subshell/common.c static char pty_name[BUF_SMALL];</span>
<span class='curline'><a href='../S/src--vfs--cpio--cpio.c.html#L314'>BUF_SMALL</a> 314 src/vfs/cpio/cpio.c char buf[BUF_SMALL * 2];</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L2190'>BUF_SMALL</a> 2190 src/vfs/ftpfs/ftpfs.c char buf[BUF_SMALL];</span>
<span class='curline'><a href='../S/tests--src--vfs--extfs--helpers-list--mc_parse_ls_l.c.html#L150'>BUF_SMALL</a> 150 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c static char buf[BUF_SMALL];</span>
Expand Down
2 changes: 1 addition & 1 deletion R/DIR_IS_DOT.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<span class='curline'><a href='../S/src--filemanager--mountlist.c.html#L840'>DIR_IS_DOT</a> 840 src/filemanager/mountlist.c if (DIR_IS_DOT (d-&gt;d_name))</span>
<span class='curline'><a href='../S/src--filemanager--treestore.c.html#L749'>DIR_IS_DOT</a> 749 src/filemanager/treestore.c if (DIR_IS_DOT (subname) || DIR_IS_DOTDOT (subname))</span>
<span class='curline'><a href='../S/src--filemanager--treestore.c.html#L923'>DIR_IS_DOT</a> 923 src/filemanager/treestore.c if (!DIR_IS_DOT (dp-&gt;d_name) &amp;&amp; !DIR_IS_DOTDOT (dp-&gt;d_name))</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1793'>DIR_IS_DOT</a> 1793 src/subshell/common.c if (bPathNotEq &amp;&amp; !DIR_IS_DOT (pcwd))</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1797'>DIR_IS_DOT</a> 1797 src/subshell/common.c if (bPathNotEq &amp;&amp; !DIR_IS_DOT (pcwd))</span>
</pre>
</body>
</html>
2 changes: 1 addition & 1 deletion R/D_NORMAL.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L3015'>D_NORMAL</a> 3015 src/filemanager/panel.c &amp;&amp; query_dialog (_("The Midnight Commander"), _("Do you really want to execute?"), D_NORMAL,</span>
<span class='curline'><a href='../S/src--help.c.html#L365'>D_NORMAL</a> 365 src/help.c message (D_NORMAL, _("Warning"), "%s", _("Internal bug: Double start of link area"));</span>
<span class='curline'><a href='../S/src--learn.c.html#L121'>D_NORMAL</a> 121 src/learn.c message (D_NORMAL, _("Cannot accept this key"), _("You have entered \"%s\""), seq);</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1663'>D_NORMAL</a> 1663 src/subshell/common.c D_NORMAL, 2, _("&amp;Yes"), _("&amp;No")) == 0;</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1667'>D_NORMAL</a> 1667 src/subshell/common.c D_NORMAL, 2, _("&amp;Yes"), _("&amp;No")) == 0;</span>
<span class='curline'><a href='../S/src--usermenu.c.html#L348'>D_NORMAL</a> 348 src/usermenu.c message (D_NORMAL, _("Debug"), "%s", msg);</span>
<span class='curline'><a href='../S/src--usermenu.c.html#L638'>D_NORMAL</a> 638 src/usermenu.c message (D_NORMAL, _("Warning -- ignoring file"),</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L421'>D_NORMAL</a> 421 src/vfs/sftpfs/connection.c (void) message (D_NORMAL, _("Information"),</span>
Expand Down
2 changes: 1 addition & 1 deletion R/ESC_STR.html
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@
<span class='curline'><a href='../S/src--subshell--common.c.html#L571'>ESC_STR</a> 571 src/subshell/common.c sizeof (ESC_STR SHELL_CURSOR_KEYBINDING) - 1);</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L601'>ESC_STR</a> 601 src/subshell/common.c write_all (mc_global.tty.subshell_pty, ESC_STR SHELL_CURSOR_KEYBINDING,</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L602'>ESC_STR</a> 602 src/subshell/common.c sizeof (ESC_STR SHELL_CURSOR_KEYBINDING) - 1);</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1496'>ESC_STR</a> 1496 src/subshell/common.c write_all (mc_global.tty.subshell_pty, ESC_STR "[D", 3);</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1500'>ESC_STR</a> 1500 src/subshell/common.c write_all (mc_global.tty.subshell_pty, ESC_STR "[D", 3);</span>
</pre>
</body>
</html>
2 changes: 1 addition & 1 deletion R/FORK_FAILURE.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<span class='curline'><a href='../S/src--subshell--common.c.html#L294'>FORK_FAILURE</a> 294 src/subshell/common.c my_exit (FORK_FAILURE);</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L393'>FORK_FAILURE</a> 393 src/subshell/common.c my_exit (FORK_FAILURE);</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L450'>FORK_FAILURE</a> 450 src/subshell/common.c my_exit (FORK_FAILURE);</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1876'>FORK_FAILURE</a> 1876 src/subshell/common.c if (WIFEXITED (status) &amp;&amp; WEXITSTATUS (status) != FORK_FAILURE)</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1880'>FORK_FAILURE</a> 1880 src/subshell/common.c if (WIFEXITED (status) &amp;&amp; WEXITSTATUS (status) != FORK_FAILURE)</span>
</pre>
</body>
</html>
6 changes: 3 additions & 3 deletions R/INACTIVE.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
<span class='curline'><a href='../S/src--filemanager--command.c.html#L125'>INACTIVE</a> 125 src/filemanager/command.c if (mc_global.tty.use_subshell &amp;&amp; subshell_state != INACTIVE)</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L855'>INACTIVE</a> 855 src/subshell/common.c subshell_state = INACTIVE;</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L883'>INACTIVE</a> 883 src/subshell/common.c subshell_state = INACTIVE;</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1468'>INACTIVE</a> 1468 src/subshell/common.c if (subshell_state == INACTIVE)</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1659'>INACTIVE</a> 1659 src/subshell/common.c if (subshell_state != INACTIVE &amp;&amp; subshell_alive)</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1702'>INACTIVE</a> 1702 src/subshell/common.c if (!(subshell_state == INACTIVE &amp;&amp; strcmp (subshell_cwd, pcwd) != 0))</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1472'>INACTIVE</a> 1472 src/subshell/common.c if (subshell_state == INACTIVE)</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1663'>INACTIVE</a> 1663 src/subshell/common.c if (subshell_state != INACTIVE &amp;&amp; subshell_alive)</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1706'>INACTIVE</a> 1706 src/subshell/common.c if (!(subshell_state == INACTIVE &amp;&amp; strcmp (subshell_cwd, pcwd) != 0))</span>
</pre>
</body>
</html>
4 changes: 2 additions & 2 deletions R/MC_RUN_FULL.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
<span class='curline'><a href='../S/src--setup.c.html#L783'>MC_RUN_FULL</a> 783 src/setup.c if (mc_global.mc_run_mode != MC_RUN_FULL)</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L714'>MC_RUN_FULL</a> 714 src/subshell/common.c if (mc_global.mc_run_mode != MC_RUN_FULL)</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L736'>MC_RUN_FULL</a> 736 src/subshell/common.c if (mc_global.mc_run_mode != MC_RUN_FULL)</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1400'>MC_RUN_FULL</a> 1400 src/subshell/common.c if (mc_global.mc_run_mode == MC_RUN_FULL &amp;&amp;</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1473'>MC_RUN_FULL</a> 1473 src/subshell/common.c if (subshell_ready &amp;&amp; mc_global.mc_run_mode == MC_RUN_FULL)</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1404'>MC_RUN_FULL</a> 1404 src/subshell/common.c if (mc_global.mc_run_mode == MC_RUN_FULL &amp;&amp;</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1477'>MC_RUN_FULL</a> 1477 src/subshell/common.c if (subshell_ready &amp;&amp; mc_global.mc_run_mode == MC_RUN_FULL)</span>
<span class='curline'><a href='../S/src--subshell--proxyfunc.c.html#L63'>MC_RUN_FULL</a> 63 src/subshell/proxyfunc.c if (mc_global.mc_run_mode == MC_RUN_FULL)</span>
<span class='curline'><a href='../S/src--usermenu.c.html#L794'>MC_RUN_FULL</a> 794 src/usermenu.c case MC_RUN_FULL:</span>
<span class='curline'><a href='../S/tests--src--filemanager--exec_get_export_variables_ext.c.html#L53'>MC_RUN_FULL</a> 53 tests/src/filemanager/exec_get_export_variables_ext.c mc_global.mc_run_mode = MC_RUN_FULL;</span>
Expand Down
4 changes: 2 additions & 2 deletions R/PATH_MAX.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L776'>PATH_MAX</a> 776 lib/vfs/interface.c static char buffer[PATH_MAX];</span>
<span class='curline'><a href='../S/src--filemanager--info.c.html#L115'>PATH_MAX</a> 115 src/filemanager/info.c char rp_cwd[PATH_MAX];</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L1207'>PATH_MAX</a> 1207 src/filemanager/panel.c char rpath[PATH_MAX];</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1779'>PATH_MAX</a> 1779 src/subshell/common.c char rp_subshell_cwd[PATH_MAX];</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1780'>PATH_MAX</a> 1780 src/subshell/common.c char rp_current_panel_cwd[PATH_MAX];</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1783'>PATH_MAX</a> 1783 src/subshell/common.c char rp_subshell_cwd[PATH_MAX];</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1784'>PATH_MAX</a> 1784 src/subshell/common.c char rp_current_panel_cwd[PATH_MAX];</span>
<span class='curline'><a href='../S/tests--lib--mc_realpath.c.html#L38'>PATH_MAX</a> 38 tests/lib/mc_realpath.c static char resolved_path[PATH_MAX];</span>
</pre>
</body>
Expand Down
14 changes: 7 additions & 7 deletions R/QUIETLY.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
<pre>
<span class='curline'><a href='../S/src--filemanager--layout.c.html#L1526'>QUIETLY</a> 1526 src/filemanager/layout.c flush_subshell (0, QUIETLY);</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L892'>QUIETLY</a> 892 src/subshell/common.c if (feed_subshell (QUIETLY, TRUE))</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1440'>QUIETLY</a> 1440 src/subshell/common.c if (!feed_subshell (QUIETLY, TRUE))</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1516'>QUIETLY</a> 1516 src/subshell/common.c feed_subshell (QUIETLY, FALSE);</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1520'>QUIETLY</a> 1520 src/subshell/common.c if (how == QUIETLY)</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1721'>QUIETLY</a> 1721 src/subshell/common.c if (!feed_subshell (QUIETLY, TRUE))</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1736'>QUIETLY</a> 1736 src/subshell/common.c feed_subshell (QUIETLY, TRUE);</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1765'>QUIETLY</a> 1765 src/subshell/common.c if (!feed_subshell (QUIETLY, TRUE))</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1815'>QUIETLY</a> 1815 src/subshell/common.c feed_subshell (QUIETLY, TRUE);</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1444'>QUIETLY</a> 1444 src/subshell/common.c if (!feed_subshell (QUIETLY, TRUE))</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1520'>QUIETLY</a> 1520 src/subshell/common.c feed_subshell (QUIETLY, FALSE);</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1524'>QUIETLY</a> 1524 src/subshell/common.c if (how == QUIETLY)</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1725'>QUIETLY</a> 1725 src/subshell/common.c if (!feed_subshell (QUIETLY, TRUE))</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1740'>QUIETLY</a> 1740 src/subshell/common.c feed_subshell (QUIETLY, TRUE);</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1769'>QUIETLY</a> 1769 src/subshell/common.c if (!feed_subshell (QUIETLY, TRUE))</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1819'>QUIETLY</a> 1819 src/subshell/common.c feed_subshell (QUIETLY, TRUE);</span>
</pre>
</body>
</html>
10 changes: 5 additions & 5 deletions R/READ.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
<span class='curline'><a href='../S/src--subshell--common.c.html#L778'>READ</a> 778 src/subshell/common.c maxfdp = MAX (mc_global.tty.subshell_pty, subshell_pipe[READ]);</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L834'>READ</a> 834 src/subshell/common.c else if (FD_ISSET (subshell_pipe[READ], &amp;read_set))</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L837'>READ</a> 837 src/subshell/common.c bytes = read (subshell_pipe[READ], subshell_cwd, sizeof (subshell_cwd));</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1291'>READ</a> 1291 src/subshell/common.c FD_SET (subshell_pipe[READ], &amp;read_set);</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1292'>READ</a> 1292 src/subshell/common.c maxfdp = subshell_pipe[READ];</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1295'>READ</a> 1295 src/subshell/common.c &amp;&amp; FD_ISSET (subshell_pipe[READ], &amp;read_set))</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1297'>READ</a> 1297 src/subshell/common.c if (read (subshell_pipe[READ], subshell_cwd, sizeof (subshell_cwd)) &lt;= 0)</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1384'>READ</a> 1384 src/subshell/common.c if ((subshell_pipe[READ] = open (tcsh_fifo, O_RDWR)) == -1</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1295'>READ</a> 1295 src/subshell/common.c FD_SET (subshell_pipe[READ], &amp;read_set);</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1296'>READ</a> 1296 src/subshell/common.c maxfdp = subshell_pipe[READ];</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1299'>READ</a> 1299 src/subshell/common.c &amp;&amp; FD_ISSET (subshell_pipe[READ], &amp;read_set))</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1301'>READ</a> 1301 src/subshell/common.c if (read (subshell_pipe[READ], subshell_cwd, sizeof (subshell_cwd)) &lt;= 0)</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1388'>READ</a> 1388 src/subshell/common.c if ((subshell_pipe[READ] = open (tcsh_fifo, O_RDWR)) == -1</span>
</pre>
</body>
</html>
Loading

0 comments on commit 47e8259

Please sign in to comment.