Files
source/Y/start_col.html
github-actions[bot] 08571174ab Deploy to GitHub Pages
2026-02-01 17:32:02 +00:00

45 lines
6.1 KiB
HTML

<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>
<html xmlns='http://www.w3.org/1999/xhtml'>
<head>
<title>start_col</title>
<meta name='robots' content='noindex,nofollow' />
<meta name='generator' content='GLOBAL-6.6.11' />
<meta http-equiv='Content-Style-Type' content='text/css' />
<link rel='stylesheet' type='text/css' href='../style.css' />
</head>
<body>
<pre>
<span class='curline'><a href='../S/src--editor--edit.c.html#L2933'>start_col</a> 2933 src/editor/edit.c edit-&gt;start_col -= i;</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L2941'>start_col</a> 2941 src/editor/edit.c if (edit-&gt;start_col)</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L2943'>start_col</a> 2943 src/editor/edit.c edit-&gt;start_col += i;</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L2944'>start_col</a> 2944 src/editor/edit.c if (edit-&gt;start_col &gt; 0)</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L2945'>start_col</a> 2945 src/editor/edit.c edit-&gt;start_col = 0;</span>
<span class='curline'><a href='../S/src--editor--editcomplete.c.html#L356'>start_col</a> 356 src/editor/editcomplete.c start_x = we-&gt;x + edit-&gt;curs_col + edit-&gt;start_col + EDIT_TEXT_HORIZONTAL_OFFSET</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L376'>start_col</a> 376 src/editor/editdraw.c print_to_widget (WEdit *edit, long row, int start_col, int start_col_real, long end_col,</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L387'>start_col</a> 387 src/editor/editdraw.c x1 = start_col + EDIT_TEXT_HORIZONTAL_OFFSET + edit_options.line_state_width;</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L401'>start_col</a> 401 src/editor/editdraw.c len = end_col + 1 - start_col;</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L402'>start_col</a> 402 src/editor/editdraw.c wrap_start = edit_options.word_wrap_line_length + edit-&gt;start_col;</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L478'>start_col</a> 478 src/editor/editdraw.c if (i &gt; edit_options.word_wrap_line_length + edit-&gt;start_col)</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L491'>start_col</a> 491 src/editor/editdraw.c edit_draw_this_line (WEdit *edit, off_t b, long row, long start_col, long end_col)</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L523'>start_col</a> 523 src/editor/editdraw.c q = edit_move_forward3 (edit, b, start_col - edit-&gt;start_col, 0);</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L525'>start_col</a> 525 src/editor/editdraw.c start_col_real = col + edit-&gt;start_col;</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L544'>start_col</a> 544 src/editor/editdraw.c if (col &lt;= -(edit-&gt;start_col + 16))</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L545'>start_col</a> 545 src/editor/editdraw.c start_col_real = start_col = 0;</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L566'>start_col</a> 566 src/editor/editdraw.c while (col &lt;= end_col - edit-&gt;start_col)</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L620'>start_col</a> 620 src/editor/editdraw.c col = end_col - edit-&gt;start_col + 1; // quit</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L629'>start_col</a> 629 src/editor/editdraw.c tab_over = (end_col - edit-&gt;start_col) - (col + i - 1);</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L791'>start_col</a> 791 src/editor/editdraw.c if (col &gt; (end_col - edit-&gt;start_col + 1))</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L810'>start_col</a> 810 src/editor/editdraw.c print_to_widget (edit, row, start_col, start_col_real, end_col, line, line_stat, book_mark);</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L1085'>start_col</a> 1085 src/editor/editdraw.c outby = p + edit-&gt;start_col - w-&gt;cols + 1 + (r_extreme + edit-&gt;found_len);</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L1088'>start_col</a> 1088 src/editor/editdraw.c outby = l_extreme - p - edit-&gt;start_col;</span>
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L710'>start_col</a> 710 src/editor/editwidget.c edit-&gt;prev_col = x - edit-&gt;start_col - edit_options.line_state_width;</span>
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L720'>start_col</a> 720 src/editor/editwidget.c edit-&gt;over_col = x - line_len - edit-&gt;start_col - edit_options.line_state_width;</span>
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L726'>start_col</a> 726 src/editor/editwidget.c edit-&gt;prev_col = x - edit_options.line_state_width - edit-&gt;start_col;</span>
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L982'>start_col</a> 982 src/editor/editwidget.c + edit_options.line_state_width + e-&gt;curs_col + e-&gt;start_col + e-&gt;over_col;</span>
<span class='curline'><a href='../S/src--editor--editwidget.h.html#L90'>start_col</a> 90 src/editor/editwidget.h long start_col; // First displayed column, negative</span>
<span class='curline'><a href='../S/src--editor--etags.c.html#L323'>start_col</a> 323 src/editor/etags.c start_x = w-&gt;x + edit-&gt;curs_col + edit-&gt;start_col + EDIT_TEXT_HORIZONTAL_OFFSET</span>
<span class='curline'><a href='../S/src--editor--format.c.html#L524'>start_col</a> 524 src/editor/format.c edit_scroll_left (edit, -edit-&gt;start_col);</span>
</pre>
</body>
</html>